Simplify DeployQt to work with CMake<3.2 (hopefully).

clonk_re-export
Sven Eberhardt 2018-02-14 21:31:08 -08:00
parent b0a790c747
commit b95dd50564
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@ function(windeployqt target)
# Run windeployqt immediately after build
add_custom_command(TARGET ${target} POST_BUILD
COMMAND "${CMAKE_COMMAND}" -E
env PATH="${_qt_bin_dir}" "${WINDEPLOYQT_EXECUTABLE}"
COMMAND "${WINDEPLOYQT_EXECUTABLE}"
--verbose 0
--no-compiler-runtime
--no-angle