summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/RerunMocBasic
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2018-06-19 17:18:48 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2018-06-21 17:16:40 (GMT)
commitaa7d8a092caa32c0003071eed46fe0bf6539bed5 (patch)
treea0bfc47f83ebc7e67693c510fce01c542818e4fe /Tests/QtAutogen/RerunMocBasic
parente28dc3b1d8863bc39e9f7545beb50a2f35fd2647 (diff)
downloadCMake-aa7d8a092caa32c0003071eed46fe0bf6539bed5.zip
CMake-aa7d8a092caa32c0003071eed46fe0bf6539bed5.tar.gz
CMake-aa7d8a092caa32c0003071eed46fe0bf6539bed5.tar.bz2
Autogen: Enable CMAKE_AUTOGEN_VERBOSE in all tests
Diffstat (limited to 'Tests/QtAutogen/RerunMocBasic')
-rw-r--r--Tests/QtAutogen/RerunMocBasic/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/QtAutogen/RerunMocBasic/CMakeLists.txt b/Tests/QtAutogen/RerunMocBasic/CMakeLists.txt
index 0bb0339..6fad80c 100644
--- a/Tests/QtAutogen/RerunMocBasic/CMakeLists.txt
+++ b/Tests/QtAutogen/RerunMocBasic/CMakeLists.txt
@@ -16,6 +16,7 @@ try_compile(MOC_RERUN
"${mocBasicSrcDir}"
MocBasic
CMAKE_FLAGS "-DQT_TEST_VERSION=${QT_TEST_VERSION}"
+ "-DCMAKE_AUTOGEN_VERBOSE=${CMAKE_AUTOGEN_VERBOSE}"
"-DQT_QMAKE_EXECUTABLE:FILEPATH=${QT_QMAKE_EXECUTABLE}"
OUTPUT_VARIABLE output
)