commit 2e4e32872fb285f8ee332dc07ddb716277e8f0ce
Author: Richard Kimberly Heck <[email protected]>
Date: Fri Sep 28 22:17:15 2018 -0400
Update LyX packaging script.
---
development/cmake/LyxPackaging.cmake | 20 +++++++-------------
1 files changed, 7 insertions(+), 13 deletions(-)
diff --git a/development/cmake/LyxPackaging.cmake
b/development/cmake/LyxPackaging.cmake
index 301423b..2367c01 100644
--- a/development/cmake/LyxPackaging.cmake
+++ b/development/cmake/LyxPackaging.cmake
@@ -97,17 +97,14 @@ elseif(WIN32)
${QT_BINARY_DIR}/Qt5PrintSupport.dll
${QT_BINARY_DIR}/Qt5Svg.dll
${QT_BINARY_DIR}/Qt5WinExtras.dll
- DESTINATION bin
- CONFIGURATIONS Release)
+ DESTINATION bin)
install(FILES
${QT_BINARY_DIR}/../lib/qt5/plugins/platforms/qminimal.dll
${QT_BINARY_DIR}/../lib/qt5/plugins/platforms/qwindows.dll
- DESTINATION bin/platforms
- CONFIGURATIONS Release)
+ DESTINATION bin/platforms)
install(FILES
${QT_BINARY_DIR}/../lib/qt5/plugins/printsupport/windowsprintersupport.dll
- DESTINATION bin/printsupport
- CONFIGURATIONS Release)
+ DESTINATION bin/printsupport)
install(FILES
${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qgif.dll
${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qicns.dll
@@ -118,16 +115,13 @@ elseif(WIN32)
${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qtiff.dll
${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qwbmp.dll
${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qwebp.dll
- DESTINATION bin/imageformats
- CONFIGURATIONS Release)
+ DESTINATION bin/imageformats)
install(FILES
${QT_BINARY_DIR}/../lib/qt5/plugins/styles/qwindowsvistastyle.dll
- DESTINATION bin/styles
- CONFIGURATIONS Release)
+ DESTINATION bin/styles)
install(FILES
${QT_BINARY_DIR}/../lib/qt5/plugins/iconengines/qsvgicon.dll
- DESTINATION bin/iconengines
- CONFIGURATIONS Release)
+ DESTINATION bin/iconengines)
else()
install(FILES
${runtime}
@@ -140,7 +134,7 @@ elseif(WIN32)
${QT_PLUGINS_DIR}/imageformats/qsvg4.dll
${QT_PLUGINS_DIR}/imageformats/qtga4.dll
${QT_PLUGINS_DIR}/imageformats/qtiff4.dll
- DESTINATION bin CONFIGURATIONS Release)
+ DESTINATION bin)
endif()
endif()
else()