mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Install correctly for RelWithDebInfo build configurations
This commit is contained in:
parent
5ec3579424
commit
2d6f17241a
@ -1662,7 +1662,7 @@ endif (NOT WIN32 AND NOT APPLE)
|
||||
|
||||
|
||||
#
|
||||
# bundle fixup only done in Release or MinSizeRel configurations
|
||||
# bundle fixup only done in non-Debug configurations
|
||||
#
|
||||
if (NOT is_debug_build)
|
||||
|
||||
@ -1709,7 +1709,7 @@ if (NOT is_debug_build)
|
||||
${QT_PLUGINS_DIR}/imageformats
|
||||
${QT_PLUGINS_DIR}/styles
|
||||
DESTINATION ${WSJT_PLUGIN_DESTINATION}
|
||||
CONFIGURATIONS Release MinSizeRel
|
||||
CONFIGURATIONS Release MinSizeRel RelWithDebInfo
|
||||
#COMPONENT runtime
|
||||
FILES_MATCHING PATTERN "*${CMAKE_SHARED_LIBRARY_SUFFIX}"
|
||||
PATTERN "*minimal*${CMAKE_SHARED_LIBRARY_SUFFIX}" EXCLUDE
|
||||
@ -1723,7 +1723,7 @@ if (NOT is_debug_build)
|
||||
FILES
|
||||
${QT_PLUGINS_DIR}/sqldrivers/libqsqlite${CMAKE_SHARED_LIBRARY_SUFFIX}
|
||||
DESTINATION ${WSJT_PLUGIN_DESTINATION}/sqldrivers
|
||||
CONFIGURATIONS Release MinSizeRel
|
||||
CONFIGURATIONS Release MinSizeRel RelWithDebInfo
|
||||
#COMPONENT runtime
|
||||
)
|
||||
# install (
|
||||
@ -1767,7 +1767,7 @@ if (NOT is_debug_build)
|
||||
${QT_PLUGINS_DIR}/audio
|
||||
${QT_PLUGINS_DIR}/imageformats
|
||||
DESTINATION ${WSJT_PLUGIN_DESTINATION}
|
||||
CONFIGURATIONS Release MinSizeRel
|
||||
CONFIGURATIONS Release MinSizeRel RelWithDebInfo
|
||||
#COMPONENT runtime
|
||||
FILES_MATCHING PATTERN "*${CMAKE_SHARED_LIBRARY_SUFFIX}"
|
||||
PATTERN "*minimal*${CMAKE_SHARED_LIBRARY_SUFFIX}" EXCLUDE
|
||||
@ -1779,7 +1779,7 @@ if (NOT is_debug_build)
|
||||
FILES
|
||||
${QT_PLUGINS_DIR}/sqldrivers/qsqlite${CMAKE_SHARED_LIBRARY_SUFFIX}
|
||||
DESTINATION ${WSJT_PLUGIN_DESTINATION}/sqldrivers
|
||||
CONFIGURATIONS Release MinSizeRel
|
||||
CONFIGURATIONS Release MinSizeRel RelWithDebInfo
|
||||
#COMPONENT runtime
|
||||
)
|
||||
# install (
|
||||
|
Loading…
Reference in New Issue
Block a user