From 1f34f7d8c1b75ad12ff284bc694c3a002a563438 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 22 Feb 2018 13:28:02 +0100 Subject: Make sure that we get all files for sure --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index aa6502b7..ed6c836a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -350,6 +350,9 @@ INSTALL( "EXECUTE_PROCESS( COMMAND ${qt5bin}/windeployqt.exe ModOrganizer.exe --webenginewidgets ${windeploy_parameters} + # run it a second time because on the first run it misses some files + COMMAND + ${qt5bin}/windeployqt.exe ModOrganizer.exe --webenginewidgets ${windeploy_parameters} COMMAND ${qt5bin}/windeployqt.exe uibase.dll ${windeploy_parameters} WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin -- cgit v1.3.1