Fixed uncorrect place of QWebEngine resources

Repair install step on MSVC
This commit is contained in:
alexandr 2018-08-07 14:36:54 +02:00
parent 3066549da9
commit 71944f84e9
2 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,3 @@
[Paths]
Prefix=../lib/qt5
Prefix=./webengineresources

View file

@ -629,11 +629,11 @@ else (MINGW)
)
install(DIRECTORY
${QT_INSTALL_PREFIX}/resources
DESTINATION bin/webengineresources
DESTINATION bin
)
install(DIRECTORY
${QT_INSTALL_PREFIX}/translations/qtwebengine_locales
DESTINATION bin/webengineresources/translations/qtwebengine_locales
DESTINATION bin/qtwebengine_locales
)
endif(APPLE)
@ -895,10 +895,10 @@ else (MINGW)
DESTINATION bin/webengineresources
)
install(FILES
${QT_INSTALL_PREFIX}/bin/QtWebEngineProcess.exe
DESTINATION bin
)
install(DIRECTORY
${QT_INSTALL_PREFIX}/translations/qtwebengine_locales
DESTINATION bin/webengineresources/translations
)
install(DIRECTORY
${QT_INSTALL_PREFIX}/qml