aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-12-19 14:00:45 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2023-01-05 14:58:24 +0100
commitdaf79869f65002d8e0a77d20d4f64f69c8bef6f1 (patch)
tree96411364377f07bc0a60dbb5e5b73a13cf180633 /tests/manual
parent4dfcaa7ee8273914ea8cd9fd232064ce95cb15d1 (diff)
Exclude the manual test of text from build when building Qt
The test uses public API and tries to look for packages that do not exist when builing the test with qtdeclarative. Exclude the test from Qt builds. The test still can be build mnually using qt-cmake outside the Qt build tree. Fixes: QTBUG-109473 Change-Id: I3af914ffbacf10d8a984a074e92396f7056549dc Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/text/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/text/CMakeLists.txt b/tests/manual/text/CMakeLists.txt
index 074e33880d..3a1726a096 100644
--- a/tests/manual/text/CMakeLists.txt
+++ b/tests/manual/text/CMakeLists.txt
@@ -11,7 +11,7 @@ project(text_manual_test LANGUAGES CXX)
#
# It happens because targets are added using non-internal API which do not call
# qt_autogen_tools_initial_setup.
-if(QT_SUPERBUILD)
+if(QT_SUPERBUILD OR QT_BUILDING_QT)
return()
endif()