summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-12-14 17:57:34 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-12-15 11:08:13 +0100
commita4e8e9ee31ee7b33bdd985dcff6556adc696d575 (patch)
tree4f232e1f4277ca8591a1467299bbe06f0104b0cd
parent4a30ccbaf1c1beff6f61c3a909665d1ba3528ed5 (diff)
Switch examples to build as isolated sub-builds
Task-number: QTBUG-90820 Change-Id: I8ee6372f9cb503207b0e63549b74b7d70db5dcf8 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
-rw-r--r--examples/httpserver/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/httpserver/CMakeLists.txt b/examples/httpserver/CMakeLists.txt
index 5598230..27851c2 100644
--- a/examples/httpserver/CMakeLists.txt
+++ b/examples/httpserver/CMakeLists.txt
@@ -1,4 +1,4 @@
# Generated from httpserver.pro.
-add_subdirectory(afterrequest)
-add_subdirectory(simple)
+qt_internal_add_example(afterrequest)
+qt_internal_add_example(simple)