|
|
|
@ -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 |
|
|
|
|
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 |
|
|
|
|