X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Flibs%2FCommon%2FCMakeLists.txt;h=83affd4f2c5130191a4136f76a948bd08efeeb64;hb=2ed96066b8600d07d9ada5dc44e9768fe56e633c;hp=bb87e9f8cfe9b827f9a39a36d083b4d6bbafbc49;hpb=6230ebd0a05134031e52001c15473c3c3e6c7c1b;p=evaf diff --git a/src/libs/Common/CMakeLists.txt b/src/libs/Common/CMakeLists.txt index bb87e9f..83affd4 100644 --- a/src/libs/Common/CMakeLists.txt +++ b/src/libs/Common/CMakeLists.txt @@ -24,6 +24,8 @@ set(SRCS registry.cpp util.cpp inifile.cpp + config.cpp + prop.cpp ) # Header files for the meta-object compiler @@ -32,16 +34,20 @@ set(MOC_HDRS ieventqueue.h ilogger.h iregistry.h + iconfig.h + iprop.h app.h eventqueue.h logger.h registry.h + config.h + prop.h ) # Version info resource file for Windows builds -if(WIN32) +if(WIN32 AND NOT MINGW) set(SRCS ${SRCS} version.rc) -endif(WIN32) +endif(WIN32 AND NOT MINGW) qt4_wrap_cpp(MOC_SRCS ${MOC_HDRS})