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

OS X icon support

This commit is contained in:
Sean Qureshi 2014-10-19 12:12:10 -07:00
parent 9ba1d4cf41
commit 04ef356a32
2 changed files with 1 additions and 0 deletions

BIN
img/icons/qtox.icns Normal file

Binary file not shown.

View File

@ -60,6 +60,7 @@ win32 {
LIBS += -lz -lopengl32 -lole32 -loleaut32 -luuid -lvfw32 -ljpeg -ltiff -lpng -ljasper -lIlmImf -lHalf -lws2_32
} else {
macx {
ICON = img/icons/qtox.icns
LIBS += -L$$PWD/libs/lib/ -ltoxcore -ltoxav -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