mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Add identifier, prepare for code signing on OS X
This commit is contained in:
parent
85aca2ca40
commit
93231dff5a
4
qtox.pro
4
qtox.pro
|
@ -69,6 +69,10 @@ 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
|
||||
LIBS += -L$$PWD/libs/lib/ -ltoxcore -ltoxav -ltoxencryptsave -ltoxdns -lsodium -lvpx -framework OpenAL -lopencv_core -lopencv_highgui
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user