]> git.lyx.org Git - features.git/commitdiff
Update LyX packaging script.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 29 Sep 2018 02:17:15 +0000 (22:17 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 29 Sep 2018 02:17:15 +0000 (22:17 -0400)
development/cmake/LyxPackaging.cmake

index 301423b7a4a55ea609a362ea70caedbc403e3e23..2367c0172bd7cfbb3e736d4f7acb9cf497f703ba 100644 (file)
@@ -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()