diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-03-22 12:25:44 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-03-22 12:25:56 +0000 |
commit | 2ffbc809c8f3f21446096629478507ae291e1a13 (patch) | |
tree | c7d3dd1d242b9f3fb9120c219c4d988449f0e491 /gui | |
parent | 2ea5a0daa1e581cf3fb5d6ff517ca6513535e7b0 (diff) |
cmake: Don't pass --verbose 0 to windeployqt.
windeployqt seems to have some problems detecting the right build type,
so enable verbose output to diagnose.
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 () |