Update DLLs for Qt6
This commit is contained in:
parent
144f61d6d4
commit
7e38da7276
1 changed files with 18 additions and 18 deletions
|
@ -87,18 +87,18 @@ if( MINGW )
|
|||
set( CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS
|
||||
${MINGW_PATH}/libstdc++-6.dll
|
||||
${MINGW_PATH}/libgcc_s_seh-1.dll
|
||||
${MINGW_PATH}/Qt5Core.dll
|
||||
${MINGW_PATH}/Qt5Gui.dll
|
||||
${MINGW_PATH}/Qt5Widgets.dll
|
||||
${MINGW_PATH}/Qt5PrintSupport.dll
|
||||
${MINGW_PATH}/Qt5Network.dll
|
||||
${MINGW_PATH}/Qt6Core.dll
|
||||
${MINGW_PATH}/Qt6Gui.dll
|
||||
${MINGW_PATH}/Qt6Widgets.dll
|
||||
${MINGW_PATH}/Qt6PrintSupport.dll
|
||||
${MINGW_PATH}/Qt6Network.dll
|
||||
${MINGW_PATH}/libwinpthread-1.dll
|
||||
${MINGW_PATH}/libsqlite3-0.dll
|
||||
${MINGW_PATH}/libusb-1.0.dll
|
||||
${MINGW_PATH}/libxlnt.dll
|
||||
${MINGW_PATH}/libicuuc69.dll
|
||||
${MINGW_PATH}/libicuin69.dll
|
||||
${MINGW_PATH}/libicudt69.dll
|
||||
${MINGW_PATH}/libicuuc71.dll
|
||||
${MINGW_PATH}/libicuin71.dll
|
||||
${MINGW_PATH}/libicudt71.dll
|
||||
${MINGW_PATH}/libpcre2-16-0.dll
|
||||
${MINGW_PATH}/zlib1.dll
|
||||
${MINGW_PATH}/libharfbuzz-0.dll
|
||||
|
@ -115,18 +115,18 @@ if( MINGW )
|
|||
${MINGW_PATH}/libbrotlicommon.dll
|
||||
${MINGW_PATH}/libbrotlidec.dll
|
||||
${MINGW_PATH}/libiconv-2.dll)
|
||||
install(FILES ${MINGW_PATH}/../share/qt5/plugins/platforms/qwindows.dll
|
||||
${MINGW_PATH}/../share/qt5/plugins/platforms/qminimal.dll
|
||||
install(FILES ${MINGW_PATH}/../share/qt6/plugins/platforms/qwindows.dll
|
||||
${MINGW_PATH}/../share/qt6/plugins/platforms/qminimal.dll
|
||||
DESTINATION bin/platforms)
|
||||
install(FILES ${MINGW_PATH}/../share/qt5/plugins/printsupport/windowsprintersupport.dll
|
||||
DESTINATION bin/printsupport)
|
||||
#install(FILES ${MINGW_PATH}/../share/qt6/plugins/printsupport/windowsprintersupport.dll
|
||||
# DESTINATION bin/printsupport)
|
||||
install(FILES ${MINGW_PATH}/../share/qt5/translations/qtbase_de.qm
|
||||
${MINGW_PATH}/../share/qt5/translations/qt_de.qm
|
||||
${MINGW_PATH}/../share/qt5/translations/qt_help_de.qm
|
||||
${MINGW_PATH}/../share/qt5/translations/qtmultimedia_de.qm
|
||||
${MINGW_PATH}/../share/qt5/translations/qtquickcontrols_de.qm
|
||||
${MINGW_PATH}/../share/qt5/translations/qtscript_de.qm
|
||||
${MINGW_PATH}/../share/qt5/translations/qtxmlpatterns_de.qm
|
||||
${MINGW_PATH}/../share/qt6/translations/qt_de.qm
|
||||
${MINGW_PATH}/../share/qt6/translations/qt_help_de.qm
|
||||
${MINGW_PATH}/../share/qt6/translations/qtmultimedia_de.qm
|
||||
#${MINGW_PATH}/../share/qt6/translations/qtquickcontrols_de.qm
|
||||
#${MINGW_PATH}/../share/qt6/translations/qtscript_de.qm
|
||||
#${MINGW_PATH}/../share/qt6/translations/qtxmlpatterns_de.qm
|
||||
DESTINATION bin/translations)
|
||||
endif( MINGW )
|
||||
|
||||
|
|
Loading…
Reference in a new issue