Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed kludge to install libs to install dir
git-svn-id: http://svn.osgeo.org/qgis/trunk@7258 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 9, 2007
1 parent 3420a57 commit ce07c49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/core/CMakeLists.txt
Expand Up @@ -238,7 +238,3 @@ spatialindex/qgsspatialindex.h

INSTALL(CODE "MESSAGE(\"Installing CORE headers...\")")
INSTALL(FILES ${QGIS_CORE_HDRS} ${QGIS_CORE_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})
IF (MSVC)
#install the static lib too for 3rd party app writers to use
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/qgis_core.lib DESTINATION ${QGIS_BIN_DIR})
ENDIF (MSVC)
4 changes: 0 additions & 4 deletions src/gui/CMakeLists.txt
Expand Up @@ -108,8 +108,4 @@ qgsvertexmarker.h

INSTALL(CODE "MESSAGE(\"Installing GUI headers...\")")
INSTALL(FILES ${QGIS_GUI_HDRS} ${QGIS_GUI_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})
IF (MSVC)
#install the static lib too for 3rd party app writers to use
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/qgis_gui.lib DESTINATION ${QGIS_BIN_DIR})
ENDIF (MSVC)

0 comments on commit ce07c49

Please sign in to comment.