From: Manuel Nickschas Date: Sun, 28 Sep 2008 10:36:03 +0000 (+0200) Subject: Fix app icon on windows (I hope) X-Git-Tag: 0.3.1~231 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=ddc6e09ffaa24fdb2f7440ddc79b3c621df41cba Fix app icon on windows (I hope) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dd3355b7..60da1337 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,7 +169,7 @@ if(STATIC AND 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