Skip to content

Commit fde6651

Browse files
author
timlinux
committed
Removed kludge to install libs to install dir
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7258 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e9cc90f commit fde6651

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/core/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,3 @@ spatialindex/qgsspatialindex.h
238238

239239
INSTALL(CODE "MESSAGE(\"Installing CORE headers...\")")
240240
INSTALL(FILES ${QGIS_CORE_HDRS} ${QGIS_CORE_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})
241-
IF (MSVC)
242-
#install the static lib too for 3rd party app writers to use
243-
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/qgis_core.lib DESTINATION ${QGIS_BIN_DIR})
244-
ENDIF (MSVC)

src/gui/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,4 @@ qgsvertexmarker.h
108108

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

0 commit comments

Comments
 (0)