Fix app icon on windows (I hope)
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 28 Sep 2008 10:36:03 +0000 (12:36 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 28 Sep 2008 10:36:03 +0000 (12:36 +0200)
CMakeLists.txt

index dd3355b..60da133 100644 (file)
@@ -169,7 +169,7 @@ if(STATIC AND WIN32)
 endif(STATIC AND WIN32)
 
 if(WIN32)
 endif(STATIC AND WIN32)
 
 if(WIN32)
-  set(RC_WIN32 pics/win32.rc)  # for app icons on windows
+  set(RC_WIN32 ../pics/win32.rc)  # for app icons on windows
 endif(WIN32)
 
 # This is dirty, but I haven't found a cleaner way to ensure that the generated .qrc files
 endif(WIN32)
 
 # This is dirty, but I haven't found a cleaner way to ensure that the generated .qrc files