[QGIS Commit] r12699 - trunk/qgis

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Jan 7 15:24:06 EST 2010


Author: jef
Date: 2010-01-07 15:24:06 -0500 (Thu, 07 Jan 2010)
New Revision: 12699

Modified:
   trunk/qgis/CMakeLists.txt
Log:
add -DQWT_DLL to windows build

Modified: trunk/qgis/CMakeLists.txt
===================================================================
--- trunk/qgis/CMakeLists.txt	2010-01-07 20:23:08 UTC (rev 12698)
+++ trunk/qgis/CMakeLists.txt	2010-01-07 20:24:06 UTC (rev 12699)
@@ -302,6 +302,7 @@
     ADD_DEFINITIONS("-DGUI_EXPORT=__declspec(dllimport)")
     ADD_DEFINITIONS("-DPYTHON_EXPORT=__declspec(dllimport)")
     ADD_DEFINITIONS("-DANALYSIS_EXPORT=__declspec(dllimport)")
+    ADD_DEFINITIONS("-DQWT_DLL")
   ELSE (MSVC)
     ADD_DEFINITIONS("\"-DCORE_EXPORT=__declspec(dllimport)\"")
     ADD_DEFINITIONS("\"-DGUI_EXPORT=__declspec(dllimport)\"")



More information about the QGIS-commit mailing list