From ddc6e09ffaa24fdb2f7440ddc79b3c621df41cba Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 28 Sep 2008 12:36:03 +0200 Subject: [PATCH] Fix app icon on windows (I hope) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1