File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,3 @@ spatialindex/qgsspatialindex.h
238
238
239
239
INSTALL (CODE "MESSAGE(\" Installing CORE headers...\" )" )
240
240
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 )
Original file line number Diff line number Diff line change @@ -108,8 +108,4 @@ qgsvertexmarker.h
108
108
109
109
INSTALL (CODE "MESSAGE(\" Installing GUI headers...\" )" )
110
110
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 )
115
111
You can’t perform that action at this time.
0 commit comments