X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Fplugins%2FSdiWindow%2FCMakeLists.txt;h=cd0a8c01829a59f639edbb3c4c398177bacb4c39;hb=2ed96066b8600d07d9ada5dc44e9768fe56e633c;hp=c87eed6d6cd2dfaa75f085ff2887abaac6b53834;hpb=8ca71a4ced13c50ecd1e3b9d9c15546ac0d48045;p=evaf diff --git a/src/plugins/SdiWindow/CMakeLists.txt b/src/plugins/SdiWindow/CMakeLists.txt index c87eed6..cd0a8c0 100644 --- a/src/plugins/SdiWindow/CMakeLists.txt +++ b/src/plugins/SdiWindow/CMakeLists.txt @@ -26,9 +26,9 @@ set(MOC_HDRS ) # 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})