We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77fc37 commit ce4331bCopy full SHA for ce4331b
src/gui/CMakeLists.txt
@@ -108,3 +108,8 @@ qgsvertexmarker.h
108
109
INSTALL(CODE "MESSAGE(\"Installing GUI headers...\")")
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
+
0 commit comments