From: Enar Väikene <enar@vaikene.net>
Date: Fri, 25 Nov 2011 11:05:08 +0000 (+0200)
Subject: Commented out gui.qrc because we have no images yet.
X-Git-Url: https://www.vaikene.ee/gitweb/pswgen10.html?a=commitdiff_plain;h=e57a5093516025dc800d9da1aad07f55cef8ff42;p=evaf

Commented out gui.qrc because we have no images yet.
---

diff --git a/src/main/GUI/CMakeLists.txt b/src/main/GUI/CMakeLists.txt
index 4e1c0d8..8483bb5 100644
--- a/src/main/GUI/CMakeLists.txt
+++ b/src/main/GUI/CMakeLists.txt
@@ -33,9 +33,9 @@ set(MOC_HDRS
 )
 
 # Resources
-set(RCCS
-    gui.qrc
-)
+#set(RCCS
+#    gui.qrc
+#)
 
 # Version info resource file for Windows builds
 if(WIN32)