X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Flibs%2FCommon%2FCMakeLists.txt;h=83b5cd6f62f56f5c81f66f1a050f46425d50ec7d;hb=0f2257a3a58aaa329d11c9fadd06314edb924af5;hp=1d166475d6a8dc1aa28b98d1fe1fefb9913ec692;hpb=5815060246f84e8efdf3143b4e8c7d00778168cf;p=evaf diff --git a/src/libs/Common/CMakeLists.txt b/src/libs/Common/CMakeLists.txt index 1d16647..83b5cd6 100644 --- a/src/libs/Common/CMakeLists.txt +++ b/src/libs/Common/CMakeLists.txt @@ -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 )