summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-06-29 01:47:39 +0200
committerRobert Griebl <robert.griebl@qt.io>2021-06-30 15:56:30 +0200
commit58082fdf3871443beb01ad76f48eea1ba2ca4cce (patch)
tree14bc35f9fa78a5f94ade35d75f61754a8ed5b1ed /examples
parente38f7b9239383b55617acc101c212a83fe63cd54 (diff)
cmake: remove all comments from the pro2cmake tool conversion
Change-Id: Id162a38debf7c801dfefb519274a7761e742b7f1 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/animated-windows/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/application-features/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/application-features/imports/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/application-features/native/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/application-features/native/widgets/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/custom-appman/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/frame-timer/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/hello-world/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/intents/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/launch-intents/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/minidesk/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/multi-views/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/process-status/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/startup-plugin/CMakeLists.txt1
17 files changed, 0 insertions, 17 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 90d9a2a9..af9d39ee 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from examples.pro.
qt_examples_build_begin()
diff --git a/examples/applicationmanager/animated-windows/CMakeLists.txt b/examples/applicationmanager/animated-windows/CMakeLists.txt
index 14c1f39d..feb2dde0 100644
--- a/examples/applicationmanager/animated-windows/CMakeLists.txt
+++ b/examples/applicationmanager/animated-windows/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from animated-windows.pro.
cmake_minimum_required(VERSION 3.14)
project(animated-windows LANGUAGES CXX)
diff --git a/examples/applicationmanager/application-features/CMakeLists.txt b/examples/applicationmanager/application-features/CMakeLists.txt
index 6594ddb6..06c28a57 100644
--- a/examples/applicationmanager/application-features/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from application-features.pro.
cmake_minimum_required(VERSION 3.14)
project(application-features LANGUAGES CXX)
diff --git a/examples/applicationmanager/application-features/imports/CMakeLists.txt b/examples/applicationmanager/application-features/imports/CMakeLists.txt
index cb913a12..a84ae601 100644
--- a/examples/applicationmanager/application-features/imports/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/imports/CMakeLists.txt
@@ -1,3 +1,2 @@
-# Generated from imports.pro.
add_subdirectory(terminator2)
diff --git a/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt b/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt
index bd2a9371..1c965bab 100644
--- a/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from terminator2.pro.
cmake_minimum_required(VERSION 3.14)
project(terminator2plugin LANGUAGES CXX)
diff --git a/examples/applicationmanager/application-features/native/CMakeLists.txt b/examples/applicationmanager/application-features/native/CMakeLists.txt
index 0d1c9b10..de87a32a 100644
--- a/examples/applicationmanager/application-features/native/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/native/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from native.pro.
if(TARGET Qt::WaylandClient AND TARGET Qt::Widgets)
add_subdirectory(widgets)
diff --git a/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt b/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt
index 148cdb39..dd885395 100644
--- a/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from widgets.pro.
cmake_minimum_required(VERSION 3.14)
project(widgets LANGUAGES CXX)
diff --git a/examples/applicationmanager/custom-appman/CMakeLists.txt b/examples/applicationmanager/custom-appman/CMakeLists.txt
index 69b70411..55d7d8af 100644
--- a/examples/applicationmanager/custom-appman/CMakeLists.txt
+++ b/examples/applicationmanager/custom-appman/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from custom-appman.pro.
cmake_minimum_required(VERSION 3.14)
project(custom-appman LANGUAGES CXX)
diff --git a/examples/applicationmanager/frame-timer/CMakeLists.txt b/examples/applicationmanager/frame-timer/CMakeLists.txt
index 45525f5d..25b23411 100644
--- a/examples/applicationmanager/frame-timer/CMakeLists.txt
+++ b/examples/applicationmanager/frame-timer/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from frame-timer.pro.
cmake_minimum_required(VERSION 3.14)
project(frame-timer LANGUAGES CXX)
diff --git a/examples/applicationmanager/hello-world/CMakeLists.txt b/examples/applicationmanager/hello-world/CMakeLists.txt
index 4c8604d1..7437b04b 100644
--- a/examples/applicationmanager/hello-world/CMakeLists.txt
+++ b/examples/applicationmanager/hello-world/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from hello-world.pro.
cmake_minimum_required(VERSION 3.14)
project(hello-world LANGUAGES CXX)
diff --git a/examples/applicationmanager/intents/CMakeLists.txt b/examples/applicationmanager/intents/CMakeLists.txt
index b5b69ee0..cec26cc8 100644
--- a/examples/applicationmanager/intents/CMakeLists.txt
+++ b/examples/applicationmanager/intents/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from intents.pro.
cmake_minimum_required(VERSION 3.14)
project(intents LANGUAGES CXX)
diff --git a/examples/applicationmanager/launch-intents/CMakeLists.txt b/examples/applicationmanager/launch-intents/CMakeLists.txt
index b7d334d0..7d001aa5 100644
--- a/examples/applicationmanager/launch-intents/CMakeLists.txt
+++ b/examples/applicationmanager/launch-intents/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from launch-intents.pro.
cmake_minimum_required(VERSION 3.14)
project(launch-intents LANGUAGES CXX)
diff --git a/examples/applicationmanager/minidesk/CMakeLists.txt b/examples/applicationmanager/minidesk/CMakeLists.txt
index 6c6ad79e..19e6c3d7 100644
--- a/examples/applicationmanager/minidesk/CMakeLists.txt
+++ b/examples/applicationmanager/minidesk/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from minidesk.pro.
cmake_minimum_required(VERSION 3.14)
project(minidesk LANGUAGES CXX)
diff --git a/examples/applicationmanager/multi-views/CMakeLists.txt b/examples/applicationmanager/multi-views/CMakeLists.txt
index 169454b2..43945685 100644
--- a/examples/applicationmanager/multi-views/CMakeLists.txt
+++ b/examples/applicationmanager/multi-views/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from multi-views.pro.
cmake_minimum_required(VERSION 3.14)
project(multi-views LANGUAGES CXX)
diff --git a/examples/applicationmanager/process-status/CMakeLists.txt b/examples/applicationmanager/process-status/CMakeLists.txt
index 7d2647b8..705582f1 100644
--- a/examples/applicationmanager/process-status/CMakeLists.txt
+++ b/examples/applicationmanager/process-status/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from process-status.pro.
cmake_minimum_required(VERSION 3.14)
project(process-status LANGUAGES CXX)
diff --git a/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt b/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt
index 1e7f7e7c..b52220ac 100644
--- a/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt
+++ b/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from softwarecontainer-plugin.pro.
cmake_minimum_required(VERSION 3.14)
project(softwarecontainer-plugin LANGUAGES CXX)
diff --git a/examples/applicationmanager/startup-plugin/CMakeLists.txt b/examples/applicationmanager/startup-plugin/CMakeLists.txt
index 5cf87297..fea79b91 100644
--- a/examples/applicationmanager/startup-plugin/CMakeLists.txt
+++ b/examples/applicationmanager/startup-plugin/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from startup-plugin.pro.
cmake_minimum_required(VERSION 3.14)
project(startup-plugin LANGUAGES CXX)