summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/simpleswitch/CMakeLists.txt
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2023-09-21 15:21:16 +0200
committerØystein Heskestad <oystein.heskestad@qt.io>2023-09-22 15:17:26 +0200
commitcc349f6ee3ba05e9f3c53cd96b7d7d5565227cb4 (patch)
tree6a6a4284940b29eae154799b1fd854719757a1ca /examples/remoteobjects/simpleswitch/CMakeLists.txt
parentdb9f186d4f14ec9e9834529dcc04b7d8b3533e19 (diff)
Move some simpleswitch examples to tests/manual/examples
There have already been created snippets based on these small examples used in the remote objects documentation. Task-number: QTBUG-112850 Pick-to: 6.6 6.5 Change-Id: Ib495eea8f8416831229961acd8f873b943da317d Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'examples/remoteobjects/simpleswitch/CMakeLists.txt')
-rw-r--r--examples/remoteobjects/simpleswitch/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/remoteobjects/simpleswitch/CMakeLists.txt b/examples/remoteobjects/simpleswitch/CMakeLists.txt
index 5e53132..23f245a 100644
--- a/examples/remoteobjects/simpleswitch/CMakeLists.txt
+++ b/examples/remoteobjects/simpleswitch/CMakeLists.txt
@@ -3,8 +3,5 @@
if (NOT ANDROID)
qt_internal_add_example(directconnectclient)
- qt_internal_add_example(directconnectdynamicclient)
qt_internal_add_example(directconnectserver)
- qt_internal_add_example(registryconnectedclient)
- qt_internal_add_example(registryconnectedserver)
endif()