diff --git a/qtox.pro b/qtox.pro index 74f5f94b2..5a84dc9ef 100644 --- a/qtox.pro +++ b/qtox.pro @@ -69,7 +69,9 @@ win32 { LIBS += -lz -lopengl32 -lole32 -loleaut32 -luuid -lvfw32 -ljpeg -ltiff -lpng -ljasper -lIlmImf -lHalf -lws2_32 } else { macx { + 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 diff --git a/res/info.plist b/res/info.plist new file mode 100644 index 000000000..16ab31c70 --- /dev/null +++ b/res/info.plist @@ -0,0 +1,18 @@ + + + + + NSPrincipalClass + NSApplication + CFBundleIconFile + qtox.icns + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleExecutable + qtox + CFBundleIdentifier + im.tox.qtox + +