Skip to content

Commit 1be1240

Browse files
rduivenvoordenyalldawson
authored andcommitted
libQTSignal not copied to install dir
1 parent ae67042 commit 1be1240

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

external/qt-unix-signals/CMakeLists.txt

+7
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ target_link_libraries (QTSignal
4040
# QTSignal
4141
# )
4242
#endif(WITH_EXAMPLE)
43+
44+
INSTALL(TARGETS QTSignal
45+
RUNTIME DESTINATION ${QGIS_BIN_DIR}
46+
LIBRARY DESTINATION ${QGIS_LIB_DIR}
47+
ARCHIVE DESTINATION ${QGIS_LIB_DIR}
48+
FRAMEWORK DESTINATION ${QGIS_FW_SUBDIR}
49+
PUBLIC_HEADER DESTINATION ${QGIS_INCLUDE_DIR})

0 commit comments

Comments
 (0)