1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Windows compilation fix

This commit is contained in:
Bertrand Songis 2019-07-02 22:49:43 +02:00
parent ef5558be74
commit 16b28a609b
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -405,7 +405,7 @@ elseif(WIN32)
# Add installer command to execute windeployqt
message(STATUS "windeployqt command: ${QT_BIN_DIR}/windeployqt.exe ${wdqtopts}")
install(CODE "execute_process(\"${QT_BIN_DIR}/windeployqt.exe\" ${wdqtopts}\")")
install(CODE "execute_process(\"${QT_BIN_DIR}/windeployqt.exe ${wdqtopts}\")")
# SDL dll
if(SDL_FOUND AND EXISTS "${SDL_LIBRARY_PATH}/SDL.dll")