]> vaikene.ee Git - evaf/blobdiff - src/libs/Gui/CMakeLists.txt
Added support for building under CYGWIN on Windows.
[evaf] / src / libs / Gui / CMakeLists.txt
index fab0577247c9ae114afdc4852183a84f18c8cfe3..8821dc1cbf40f2af6141de7ebd8e55bf7c16304f 100644 (file)
@@ -15,18 +15,18 @@ set(eVaf_LIBRARIES)
 
 # Source files
 set(SRCS
-    window.cpp
+    panel.cpp
 )
 
 # Header files for the meta-object compiler
 set(MOC_HDRS
-    window.h
+    panel.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})