summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-09-18 10:40:13 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-09-18 09:45:23 +0000
commit655b2ed90caf17b47a8cf3670a41502d5b5abb2f (patch)
tree227c8577f37e35c51ecdc3b4de2d11a471864a22 /src/testlib
parentcb5fbbde27a4cf217046085fc493ae076ba9bb02 (diff)
Re-generate main module CMake files
This fixes the calls to add_qt_docs to include the target. Change-Id: I2c4c807bca8faa48bb49f4b8710035f21abfca0e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/.prev_CMakeLists.txt4
-rw-r--r--src/testlib/CMakeLists.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/testlib/.prev_CMakeLists.txt b/src/testlib/.prev_CMakeLists.txt
index 91652e21cb..60fb8bb1e0 100644
--- a/src/testlib/.prev_CMakeLists.txt
+++ b/src/testlib/.prev_CMakeLists.txt
@@ -60,7 +60,7 @@ add_qt_module(Test
PUBLIC_LIBRARIES
Qt::Core
COMPILE_OPTIONS
- --cs-exclude-file-abs-wildcard=$$QT_SOURCE_TREE/*
+ --cs-exclude-file-abs-wildcard=${QT_SOURCE_TREE}/*
--cs-include-file-abs-wildcard=*/src/testlib/*
--cs-mcc
--cs-mcdc
@@ -141,7 +141,7 @@ extend_target(Test CONDITION ((APPLE) AND (OFF AND NOT lessThan(QMAKE_XCODE_VERS
#### Keys ignored in scope 12:.:.:testlib.pro:NOT TARGET Qt::Network:
# HEADERSCLEAN_EXCLUDE = "qtest_network.h"
-add_qt_docs(
+add_qt_docs(Test,
doc/qttestlib.qdocconf
)
diff --git a/src/testlib/CMakeLists.txt b/src/testlib/CMakeLists.txt
index 3f4763b42e..e066ee5f8a 100644
--- a/src/testlib/CMakeLists.txt
+++ b/src/testlib/CMakeLists.txt
@@ -127,7 +127,7 @@ extend_target(Test CONDITION APPLE_OSX
#### Keys ignored in scope 12:.:.:testlib.pro:NOT TARGET Qt::Network:
# HEADERSCLEAN_EXCLUDE = "qtest_network.h"
-add_qt_docs(
+add_qt_docs(Test,
doc/qttestlib.qdocconf
)