Skip to content
Snippets Groups Projects
Commit 8ed80ad9 authored by noKid's avatar noKid Committed by Quentin de Grandmaison
Browse files

OS X Build: Added qt.conf to prevent QT from mixing plugins with system-installed versions.

parent 53e51a08
No related branches found
No related tags found
1 merge request!306Travis osx
[Paths]
Plugins = '.'
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment