X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Flibs%2FCommon%2FCMakeLists.txt;h=31fc6347508b042b5ed2e560bde73675126bee52;hb=09e5758f2e8557be2f23ed7a8a51ca4ef855e9ab;hp=085749e6fc61155ff96d440a52ef00a6356a103b;hpb=814d12e0a340ae11fa4a22077b37316aa41716d7;p=evaf diff --git a/src/libs/Common/CMakeLists.txt b/src/libs/Common/CMakeLists.txt index 085749e..31fc634 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 @@ -16,7 +17,6 @@ set(eVaf_LIBRARIES) # Source files set(SRCS app.cpp - env.cpp event.cpp eventqueue.cpp globals.cpp @@ -28,12 +28,10 @@ set(SRCS # 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