]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/CMakeLists.txt
Added the eVaf::Common::iProp interface for global properties and variables.
[evaf] / src / libs / Common / CMakeLists.txt
index 1d166475d6a8dc1aa28b98d1fe1fefb9913ec692..a9916b4b4dcd9d957632c78045be30d8070ca7ed 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,23 +17,31 @@ 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
+    config.cpp
+    prop.cpp
 )
 
 # Header files for the meta-object compiler
 set(MOC_HDRS
     iapp.h
-    ienv.h
     ieventqueue.h
     ilogger.h
     iregistry.h
+    iconfig.h
+    iprop.h
     app.h
-    env.h
     eventqueue.h
+    logger.h
     registry.h
+    config.h
+    prop.h
 )
 
 # Version info resource file for Windows builds