Skip to content

Commit fe6f74f

Browse files
author
wonder
committed
Fixed installation of include files for Windows.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6496 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 96a24dc commit fe6f74f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ IF (WIN32)
122122
SET (QGIS_BIN_DIR ${CMAKE_INSTALL_PREFIX})
123123
SET (QGIS_DATA_DIR ${CMAKE_INSTALL_PREFIX})
124124
SET (QGIS_PLUGIN_DIR ${CMAKE_INSTALL_PREFIX}/plugins)
125+
SET (QGIS_INCLUDE_DIR ${CMAKE_INSTALL_PREFIX}/include)
125126

126127
ELSE (WIN32)
127128

0 commit comments

Comments
 (0)