diff --git a/res/osx/qt.conf b/res/osx/qt.conf
new file mode 100644
index 0000000000000000000000000000000000000000..45c6297bff87087a8b651c2c54fcfc41e332b097
--- /dev/null
+++ b/res/osx/qt.conf
@@ -0,0 +1,2 @@
+[Paths]
+Plugins = '.'
diff --git a/setup.py b/setup.py
index d5b0ef10a487001af0677da2f9d5c4e9fc066a62..825b1954ca1de85132371b9fd1419f516cc2ab3f 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,8 @@ if sys.platform == "darwin":
     else:
         print("Erreur : libsodium not found. Please install it with brew install libsodium.")
 
-
+    qtconf_path = os.path.join(os.path.dirname(__file__), "res/osx/qt.conf")
+    includefiles.append((qtconf_path, "qt.conf"))
 
 print("Includes : ")
 print(includes)