[QGIS Commit] r9952 - trunk/code_examples/2_basic_main_window

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Jan 8 16:53:55 EST 2009


Author: timlinux
Date: 2009-01-08 16:53:55 -0500 (Thu, 08 Jan 2009)
New Revision: 9952

Modified:
   trunk/code_examples/2_basic_main_window/CMakeLists.txt
Log:
Fixed cmake issue

Modified: trunk/code_examples/2_basic_main_window/CMakeLists.txt
===================================================================
--- trunk/code_examples/2_basic_main_window/CMakeLists.txt	2009-01-08 21:48:41 UTC (rev 9951)
+++ trunk/code_examples/2_basic_main_window/CMakeLists.txt	2009-01-08 21:53:55 UTC (rev 9952)
@@ -76,7 +76,7 @@
 
 QT4_ADD_RESOURCES(timtut2_RCC_SRCS ${timtut2_RCCS})
 
-ADD_EXECUTABLE (timtut2 MODULE ${timtut2_SRCS} ${timtut2_MOC_SRCS} ${timtut2_RCC_SRCS} ${timtut2_UIS_H})
+ADD_EXECUTABLE (timtut2 ${timtut2_SRCS} ${timtut2_MOC_SRCS} ${timtut2_RCC_SRCS} ${timtut2_UIS_H})
 
 INCLUDE_DIRECTORIES(
      ${GDAL_INCLUDE_DIR}



More information about the QGIS-commit mailing list