Hi guys,
I’m in the process of packaging my apps for OS X.
I’m wondering why the size of the package is 50MB but on Windows it’s only 35MB
I see a folder named “PlugIns” with a bunch of things i’m not sure I need. (printsupport, sqldrivers, audio, mediaservice). I don’t need any print support or sqldrivers, and the audio is played with the open source library SFML. Is there a way not to bundle up theses lib when I run macdeployqt?
https://www.dropbox.com/s/6bqu0mv14zqkvi6/defaultPlugin.png?dl=0 [dropbox.com]
Also another question, I need to package third party libraries with my software
I would like them to be copied automatically with macdeployqt, is that possible? They are linked in my .pro file, but they don’t get copied.
#SFML
INCLUDEPATH += /Users/tourlou2/Dropbox/SFML-2.1-osx-clang-universal/include
LIBS += /Users/tourlou2/Dropbox/SFML-2.1-osx-clang-universal/lib/libsfml-audio.2.1.dylib
LIBS += /Users/tourlou2/Dropbox/SFML-2.1-osx-clang-universal/lib/libsfml-system.2.1.dylib
Thanks in advance!
↧