X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Flibs%2FCommon%2FCMakeLists.txt;h=bb87e9f8cfe9b827f9a39a36d083b4d6bbafbc49;hb=6230ebd0a05134031e52001c15473c3c3e6c7c1b;hp=20eca773134d7017b3a41bf1943cf667be21f2b0;hpb=720224734cb4f6ea2708c6b5ecf93cc666aad378;p=evaf diff --git a/src/libs/Common/CMakeLists.txt b/src/libs/Common/CMakeLists.txt index 20eca77..bb87e9f 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,23 +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