added application icon for mac os x
authorAlexander von Renteln <phon@quassel-irc.org>
Mon, 18 Feb 2008 23:49:53 +0000 (23:49 +0000)
committerAlexander von Renteln <phon@quassel-irc.org>
Mon, 18 Feb 2008 23:49:53 +0000 (23:49 +0000)
build/targets/target.pri
build/targets/win32.rc [moved from build/targets/myapp.rc with 100% similarity]
src/icons/quassel.icns [new file with mode: 0644]
version.inc

index 5501cce..9db3081 100644 (file)
@@ -26,9 +26,12 @@ SOURCES = $$SRCPATH/common/main.cpp
 # Ugly workaround following...
 
 win32 {
-  RC_FILE = myapp.rc
+  RC_FILE = win32.rc
   CONFIG += embed_manifest_exe
   LIBS *= -luser32 -lgdi32 -lkernel32 -lshell32 -lwsock32 -lwinspool -lcomdlg32 -lole32
   LIBS *= -ladvapi32 -limm32 -luuid -lwinmm -ldelayimp -lopengl32 -lglu32 -loleaut32 -lws2_32
 }
 
+macx {
+  ICON = ../../src/icons/quassel.icns
+}
diff --git a/src/icons/quassel.icns b/src/icons/quassel.icns
new file mode 100644 (file)
index 0000000..6ee3117
Binary files /dev/null and b/src/icons/quassel.icns differ
index b971366..5e2d7be 100644 (file)
@@ -5,7 +5,7 @@
 
   quasselVersion = "0.2.0-pre";
   quasselDate = "2008-02-18";
-  quasselBuild = 546;
+  quasselBuild = 548;
 
   //! Minimum client build number the core needs
   clientBuildNeeded = 526;