Skip to content

Commit

Permalink
libQTSignal not copied to install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde authored and nyalldawson committed Mar 5, 2019
1 parent ae67042 commit 1be1240
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions external/qt-unix-signals/CMakeLists.txt
Expand Up @@ -40,3 +40,10 @@ target_link_libraries (QTSignal
# QTSignal
# )
#endif(WITH_EXAMPLE)

INSTALL(TARGETS QTSignal
RUNTIME DESTINATION ${QGIS_BIN_DIR}
LIBRARY DESTINATION ${QGIS_LIB_DIR}
ARCHIVE DESTINATION ${QGIS_LIB_DIR}
FRAMEWORK DESTINATION ${QGIS_FW_SUBDIR}
PUBLIC_HEADER DESTINATION ${QGIS_INCLUDE_DIR})

0 comments on commit 1be1240

Please sign in to comment.