Update LyX packaging script.

This commit is contained in:
Richard Kimberly Heck 2018-09-28 22:17:15 -04:00
parent b738aa53d1
commit 2e4e32872f

View File

@ -97,17 +97,14 @@ elseif(WIN32)
${QT_BINARY_DIR}/Qt5PrintSupport.dll ${QT_BINARY_DIR}/Qt5PrintSupport.dll
${QT_BINARY_DIR}/Qt5Svg.dll ${QT_BINARY_DIR}/Qt5Svg.dll
${QT_BINARY_DIR}/Qt5WinExtras.dll ${QT_BINARY_DIR}/Qt5WinExtras.dll
DESTINATION bin DESTINATION bin)
CONFIGURATIONS Release)
install(FILES install(FILES
${QT_BINARY_DIR}/../lib/qt5/plugins/platforms/qminimal.dll ${QT_BINARY_DIR}/../lib/qt5/plugins/platforms/qminimal.dll
${QT_BINARY_DIR}/../lib/qt5/plugins/platforms/qwindows.dll ${QT_BINARY_DIR}/../lib/qt5/plugins/platforms/qwindows.dll
DESTINATION bin/platforms DESTINATION bin/platforms)
CONFIGURATIONS Release)
install(FILES install(FILES
${QT_BINARY_DIR}/../lib/qt5/plugins/printsupport/windowsprintersupport.dll ${QT_BINARY_DIR}/../lib/qt5/plugins/printsupport/windowsprintersupport.dll
DESTINATION bin/printsupport DESTINATION bin/printsupport)
CONFIGURATIONS Release)
install(FILES install(FILES
${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qgif.dll ${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qgif.dll
${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qicns.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/qtiff.dll
${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qwbmp.dll ${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qwbmp.dll
${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qwebp.dll ${QT_BINARY_DIR}/../lib/qt5/plugins/imageformats/qwebp.dll
DESTINATION bin/imageformats DESTINATION bin/imageformats)
CONFIGURATIONS Release)
install(FILES install(FILES
${QT_BINARY_DIR}/../lib/qt5/plugins/styles/qwindowsvistastyle.dll ${QT_BINARY_DIR}/../lib/qt5/plugins/styles/qwindowsvistastyle.dll
DESTINATION bin/styles DESTINATION bin/styles)
CONFIGURATIONS Release)
install(FILES install(FILES
${QT_BINARY_DIR}/../lib/qt5/plugins/iconengines/qsvgicon.dll ${QT_BINARY_DIR}/../lib/qt5/plugins/iconengines/qsvgicon.dll
DESTINATION bin/iconengines DESTINATION bin/iconengines)
CONFIGURATIONS Release)
else() else()
install(FILES install(FILES
${runtime} ${runtime}
@ -140,7 +134,7 @@ elseif(WIN32)
${QT_PLUGINS_DIR}/imageformats/qsvg4.dll ${QT_PLUGINS_DIR}/imageformats/qsvg4.dll
${QT_PLUGINS_DIR}/imageformats/qtga4.dll ${QT_PLUGINS_DIR}/imageformats/qtga4.dll
${QT_PLUGINS_DIR}/imageformats/qtiff4.dll ${QT_PLUGINS_DIR}/imageformats/qtiff4.dll
DESTINATION bin CONFIGURATIONS Release) DESTINATION bin)
endif() endif()
endif() endif()
else() else()