1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Add info.plist install, fix @dubslow

This commit is contained in:
Sean 2014-11-05 22:57:46 -08:00
parent ca007f5b9b
commit 7256147800

View File

@ -69,11 +69,9 @@ win32 {
LIBS += -lz -lopengl32 -lole32 -loleaut32 -luuid -lvfw32 -ljpeg -ltiff -lpng -ljasper -lIlmImf -lHalf -lws2_32
} else {
macx {
codesign.commands += rm -r $${TARGET}.app/Contents/PlugIns/accessible;
codesign.commands += rm -r $${TARGET}.app/Contents/PlugIns/printsupport;
codesign.commands += rm -r $${TARGET}.app/Contents/Frameworks/QtPrintSupport.framework;
BUNDLEID = im.tox.qtox
BUNDLEID = im.tox.qtox
ICON = img/icons/qtox.icns
QMAKE_INFO_PLIST = res/info.plist
LIBS += -L$$PWD/libs/lib/ -ltoxcore -ltoxav -ltoxencryptsave -ltoxdns -lsodium -lvpx -framework OpenAL -lopencv_core -lopencv_highgui
} else {
# If we're building a package, static link libtox[core,av] and libsodium, since they are not provided by any package