Skip to content

Commit 20ca9ed

Browse files
author
timlinux
committedMar 25, 2008
Added missing header install line that got removed accidentally in r8236
git-svn-id: http://svn.osgeo.org/qgis/trunk@8270 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 44e913c commit 20ca9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,4 @@ spatialindex/qgsspatialindex.h
278278
)
279279

280280
INSTALL(CODE "MESSAGE(\"Installing CORE headers...\")")
281-
281+
INSTALL(FILES ${QGIS_CORE_HDRS} ${QGIS_CORE_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})

0 commit comments

Comments
 (0)
Please sign in to comment.