]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/CMakeLists.txt
Implemented IniFile class that reads and writes parameters values in INI files.
[evaf] / src / libs / Common / CMakeLists.txt
index 085749e6fc61155ff96d440a52ef00a6356a103b..bb87e9f8cfe9b827f9a39a36d083b4d6bbafbc49 100644 (file)
@@ -2,6 +2,7 @@
 set(TARGET CommonLib)
 
 # Qt modules
+set(QT_DONT_USE_QTGUI TRUE)
 include(${QT_USE_FILE})
 
 # Needed for exporting/importing symbols
@@ -16,24 +17,22 @@ set(eVaf_LIBRARIES)
 # Source files
 set(SRCS
     app.cpp
-    env.cpp
     event.cpp
     eventqueue.cpp
     globals.cpp
     logger.cpp
     registry.cpp
     util.cpp
+    inifile.cpp
 )
 
 # Header files for the meta-object compiler
 set(MOC_HDRS
     iapp.h
-    ienv.h
     ieventqueue.h
     ilogger.h
     iregistry.h
     app.h
-    env.h
     eventqueue.h
     logger.h
     registry.h