Skip to content

Commit 958e6f9

Browse files
author
timlinux
committedFeb 9, 2007
Install headers for app dir too
git-svn-id: http://svn.osgeo.org/qgis/trunk@6555 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 223a955 commit 958e6f9

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)
Please sign in to comment.