]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/CMakeLists.txt
Fixed test macros.
[evaf] / src / libs / Common / CMakeLists.txt
index 1d166475d6a8dc1aa28b98d1fe1fefb9913ec692..83b5cd6f62f56f5c81f66f1a050f46425d50ec7d 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
@@ -19,7 +20,10 @@ set(SRCS
     env.cpp
     event.cpp
     eventqueue.cpp
+    globals.cpp
+    logger.cpp
     registry.cpp
+    util.cpp
 )
 
 # Header files for the meta-object compiler
@@ -32,6 +36,7 @@ set(MOC_HDRS
     app.h
     env.h
     eventqueue.h
+    logger.h
     registry.h
 )