diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 1b19824b..251ef3f4 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -158,7 +158,7 @@ if (WIN32 AND NOT CMAKE_CROSSCOMPILING AND NOT CMAKE_VERSION VERSION_LESS 3.1) \"Path=${QT_BIN_DIR_NATIVE};\$ENV{SystemRoot}\\\\System32;\$ENV{SystemRoot}\" \"${QT_WINDEPLOYQT_EXECUTABLE}\" \"\${CMAKE_INSTALL_PREFIX}/bin/qapitrace.exe\" - --verbose 0) + ) ") endif () endif () |