]> vaikene.ee Git - evaf/blobdiff - src/main/GUI/CMakeLists.txt
More work on the common library and the main GUI application.
[evaf] / src / main / GUI / CMakeLists.txt
similarity index 91%
rename from src/main/gui/CMakeLists.txt
rename to src/main/GUI/CMakeLists.txt
index 5339fea2025831e4b8b8413fc1907fcb8393b20d..c9ba20e0b2dcf1dd33e8ebd1dc973a15c3743ee5 100644 (file)
@@ -9,27 +9,27 @@ include(${QT_USE_FILE})
 include_directories(${eVaf_INCLUDE})
 
 # Required eVaf libraries
-set(eVaf_LIBRARIES)
+set(eVaf_LIBRARIES CommonLib)
 
 # Source files
 set(SRCS
     main.cpp
     exithandler.cpp
     fatalerr.cpp
-    version.cpp
+    #version.cpp
 )
 if(WIN32)
     set(SRCS
         ${SRCS}
         winconsole.cpp
     )
-)
+endif(WIN32)
 
 # Header files for the meta-object compiler
 set(MOC_HDRS
     main.h
     fatalerr.h
-    version_p.h
+    #version_p.h
 )
 
 # Resources