summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-03-21 18:51:50 +0100
committerKai Köhne <kai.koehne@qt.io>2022-03-22 13:32:31 +0100
commit6d1d1ba963f4383b022e26bf4072aa9b9942265e (patch)
treea1ca99df66930e200090ecf59320f2018b5f0d87 /examples
parent03f3258ead03ac4f9f2f09432865f1e09e86b65f (diff)
Remove .prev_CMakeLists.txt
Pick-to: 6.3 Change-Id: I0b2e1a760caf05e33a0df2d56088417d9a086d01 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/remoteobjects/.prev_CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/remoteobjects/.prev_CMakeLists.txt b/examples/remoteobjects/.prev_CMakeLists.txt
deleted file mode 100644
index 64958e1..0000000
--- a/examples/remoteobjects/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# Generated from remoteobjects.pro.
-
-add_subdirectory(server)
-add_subdirectory(cppclient)
-add_subdirectory(simpleswitch)
-add_subdirectory(websockets)
-if(TARGET Qt::Widgets)
- add_subdirectory(modelviewclient)
- add_subdirectory(modelviewserver)
-endif()
-if(QT_CONFIG___contains___ssl)
- add_subdirectory(ssl)
-endif()
-if(TARGET Qt::Quick)
- add_subdirectory(plugins)
- add_subdirectory(clientapp)
-endif()
-if(TARGET Qt::Quick AND UNIX AND NOT ANDROID)
- add_subdirectory(qmlmodelviewclient)
-endif()