[QGIS Commit] r8539 - trunk/qgis
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed May 28 17:51:05 EDT 2008
Author: jef
Date: 2008-05-28 17:51:05 -0400 (Wed, 28 May 2008)
New Revision: 8539
Modified:
trunk/qgis/CMakeLists.txt
Log:
fix python fix
Modified: trunk/qgis/CMakeLists.txt
===================================================================
--- trunk/qgis/CMakeLists.txt 2008-05-28 19:50:57 UTC (rev 8538)
+++ trunk/qgis/CMakeLists.txt 2008-05-28 21:51:05 UTC (rev 8539)
@@ -251,6 +251,7 @@
# other compilers don't use that MSVC construct
ADD_DEFINITIONS(-DCORE_EXPORT=)
ADD_DEFINITIONS(-DGUI_EXPORT=)
+ ADD_DEFINITIONS(-DPYTHON_EXPORT=)
ENDIF (WIN32)
#############################################################
More information about the QGIS-commit
mailing list