summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLePresidente <brian.alexander.munro@gmail.com>2017-05-05 08:39:51 +0200
committerLePresidente <brian.alexander.munro@gmail.com>2017-05-05 08:39:51 +0200
commit8bea68564007432d225175201eb8a41277d3574e (patch)
treed4d0dcefb472d5bc064ea1dbee9d19463a413184
parent91eaba8b44417fdf8f0210a658d49cc97b6e395c (diff)
windeployqt doesn't automatically detect the requirement for qtwebenginewidgets, so we force it.
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0d330d72..448f47e5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -337,7 +337,7 @@ INSTALL(
CODE
"EXECUTE_PROCESS(
COMMAND
- ${qt5bin}/windeployqt.exe ModOrganizer.exe ${windeploy_parameters}
+ ${qt5bin}/windeployqt.exe ModOrganizer.exe --webenginewidgets ${windeploy_parameters}
COMMAND
${qt5bin}/windeployqt.exe uibase.dll ${windeploy_parameters}
WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin