diff options
| author | LePresidente <brian.alexander.munro@gmail.com> | 2017-05-05 08:39:51 +0200 |
|---|---|---|
| committer | LePresidente <brian.alexander.munro@gmail.com> | 2017-05-05 08:39:51 +0200 |
| commit | 8bea68564007432d225175201eb8a41277d3574e (patch) | |
| tree | d4d0dcefb472d5bc064ea1dbee9d19463a413184 /src | |
| parent | 91eaba8b44417fdf8f0210a658d49cc97b6e395c (diff) | |
windeployqt doesn't automatically detect the requirement for qtwebenginewidgets, so we force it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
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 |
