summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-13 14:22:48 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-07-28 16:51:22 +0200
commite4cb8b70b5b2aa024e2a3ea773ed693419d3165b (patch)
treec923f5531e7b65c835d387127f4d7c253f0b43f9 /examples/CMakeLists.txt
parente8c5c36c848b14574294b67f1c0af685df45d2ac (diff)
Move qpa examples to manual tests
Change-Id: I7b25b1c8100f04eec3d9a571f59a1babef55b1d5 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 6c96218b43667ae47364f303b566be6e0e5779fa) Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 2bc1e4d378..0f6e6ba425 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -5,7 +5,6 @@ qt_examples_build_begin(EXTERNAL_BUILD)
add_subdirectory(corelib)
add_subdirectory(embedded)
-add_subdirectory(qpa)
if(TARGET Qt6::DBus)
add_subdirectory(dbus)
endif()