From 58082fdf3871443beb01ad76f48eea1ba2ca4cce Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 29 Jun 2021 01:47:39 +0200 Subject: cmake: remove all comments from the pro2cmake tool conversion Change-Id: Id162a38debf7c801dfefb519274a7761e742b7f1 Reviewed-by: Dominik Holland --- examples/CMakeLists.txt | 1 - examples/applicationmanager/animated-windows/CMakeLists.txt | 1 - examples/applicationmanager/application-features/CMakeLists.txt | 1 - examples/applicationmanager/application-features/imports/CMakeLists.txt | 1 - .../application-features/imports/terminator2/CMakeLists.txt | 1 - examples/applicationmanager/application-features/native/CMakeLists.txt | 1 - .../application-features/native/widgets/CMakeLists.txt | 1 - examples/applicationmanager/custom-appman/CMakeLists.txt | 1 - examples/applicationmanager/frame-timer/CMakeLists.txt | 1 - examples/applicationmanager/hello-world/CMakeLists.txt | 1 - examples/applicationmanager/intents/CMakeLists.txt | 1 - examples/applicationmanager/launch-intents/CMakeLists.txt | 1 - examples/applicationmanager/minidesk/CMakeLists.txt | 1 - examples/applicationmanager/multi-views/CMakeLists.txt | 1 - examples/applicationmanager/process-status/CMakeLists.txt | 1 - examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt | 1 - examples/applicationmanager/startup-plugin/CMakeLists.txt | 1 - 17 files changed, 17 deletions(-) (limited to 'examples') 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) -- cgit v1.2.3