Skip to content

Commit eec2790

Browse files
author
timlinux
committed
Install headers for app dir too
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6555 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 77492f5 commit eec2790

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,7 @@ IF (APPLE)
225225
ELSE (APPLE)
226226
INSTALL(TARGETS qgis RUNTIME DESTINATION ${QGIS_BIN_DIR})
227227
ENDIF (APPLE)
228+
229+
230+
########## Install headers for developers to use against qgis libs
231+
INSTALL(FILES ${QGIS_APP_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})

0 commit comments

Comments
 (0)