]> vaikene.ee Git - evaf/blobdiff - src/main/GUI/CMakeLists.txt
Commented out gui.qrc because we have no images yet.
[evaf] / src / main / GUI / CMakeLists.txt
index c9ba20e0b2dcf1dd33e8ebd1dc973a15c3743ee5..8483bb57cb6b03f231e485db8ad785ded3b80e78 100644 (file)
@@ -9,7 +9,7 @@ include(${QT_USE_FILE})
 include_directories(${eVaf_INCLUDE})
 
 # Required eVaf libraries
-set(eVaf_LIBRARIES CommonLib)
+set(eVaf_LIBRARIES CommonLib PluginsLib)
 
 # Source files
 set(SRCS
@@ -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)