Browse Source

Add info.plist install, fix @dubslow

pull/641/head
Sean 11 years ago
parent
commit
7256147800
  1. 6
      qtox.pro

6
qtox.pro

@ -69,11 +69,9 @@ win32 { @@ -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

Loading…
Cancel
Save