summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestblacklist.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-01-22 13:01:06 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-01-22 19:22:15 +0100
commit88e24e6a25479e3d177a6ffcade1ca624a2fac39 (patch)
treed3e71c49a31cf83feb640d33ffa58818e299e08a /src/testlib/qtestblacklist.cpp
parenta0aaa4ae2e904e62a700ee6b6b73340498df2380 (diff)
Remove the QT_CMAKE_BUILD preprocessor define
Qt is now always built with CMake. The "cmake" keyword for QtTest blacklists remains for now. Removal is tracked in QTBUG-90545. Change-Id: I0011d56176a07c82698b2eb9aa330e77efa6cd34 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/testlib/qtestblacklist.cpp')
-rw-r--r--src/testlib/qtestblacklist.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testlib/qtestblacklist.cpp b/src/testlib/qtestblacklist.cpp
index b9d174bbe0..78eba7b8be 100644
--- a/src/testlib/qtestblacklist.cpp
+++ b/src/testlib/qtestblacklist.cpp
@@ -184,9 +184,7 @@ static QSet<QByteArray> keywords()
<< "developer-build"
#endif
-#ifdef QT_CMAKE_BUILD
<< "cmake"
-#endif
;
#if QT_CONFIG(properties)