Browse Source

OS X icon support

pull/481/head
Sean Qureshi 11 years ago
parent
commit
04ef356a32
  1. BIN
      img/icons/qtox.icns
  2. 1
      qtox.pro

BIN
img/icons/qtox.icns

Binary file not shown.

1
qtox.pro

@ -60,6 +60,7 @@ win32 { @@ -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

Loading…
Cancel
Save