We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb4123 commit cc808abCopy full SHA for cc808ab
src/core/CMakeLists.txt
@@ -171,7 +171,8 @@ ENDIF (APPLE)
171
172
INSTALL(TARGETS qgis_core
173
RUNTIME DESTINATION ${QGIS_BIN_DIR}
174
- LIBRARY DESTINATION lib)
+ LIBRARY DESTINATION lib
175
+ ARCHIVE DESTINATION lib)
176
177
178
# Added by Tim to install headers
src/gui/CMakeLists.txt
@@ -79,7 +79,8 @@ ENDIF (APPLE)
79
80
INSTALL(TARGETS qgis_gui
81
82
83
84
85
# for installing headers
86
0 commit comments