From 51f22a3a0495d8418a5d6dd0f09771c0347441b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 8 Dec 2021 16:42:09 +0100 Subject: Examples: Remove remaining conversion markers in CMakeLists.txt Pick-to: 6.3 Change-Id: Ia5d474a3efd6aadbd0ef1537318f2f24e6c24fee Reviewed-by: Alexandru Croitor --- examples/opengl/2dpainting/CMakeLists.txt | 2 -- examples/opengl/CMakeLists.txt | 2 -- examples/opengl/computegles31/CMakeLists.txt | 2 -- examples/opengl/contextinfo/CMakeLists.txt | 2 -- examples/opengl/cube/CMakeLists.txt | 2 -- examples/opengl/hellogl2/CMakeLists.txt | 2 -- examples/opengl/hellogles3/CMakeLists.txt | 2 -- examples/opengl/hellowindow/CMakeLists.txt | 2 -- examples/opengl/openglwindow/CMakeLists.txt | 2 -- examples/opengl/paintedwindow/CMakeLists.txt | 2 -- examples/opengl/qopenglwidget/CMakeLists.txt | 2 -- examples/opengl/qopenglwindow/CMakeLists.txt | 2 -- examples/opengl/textures/CMakeLists.txt | 2 -- examples/opengl/threadedqopenglwidget/CMakeLists.txt | 2 -- 14 files changed, 28 deletions(-) (limited to 'examples/opengl') diff --git a/examples/opengl/2dpainting/CMakeLists.txt b/examples/opengl/2dpainting/CMakeLists.txt index e6ad41efcd..b0b7dab982 100644 --- a/examples/opengl/2dpainting/CMakeLists.txt +++ b/examples/opengl/2dpainting/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from 2dpainting.pro. - cmake_minimum_required(VERSION 3.16) project(2dpainting LANGUAGES CXX) diff --git a/examples/opengl/CMakeLists.txt b/examples/opengl/CMakeLists.txt index af1792edd0..17d9c6da5a 100644 --- a/examples/opengl/CMakeLists.txt +++ b/examples/opengl/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from opengl.pro. - qt_internal_add_example(hellowindow) qt_internal_add_example(paintedwindow) qt_internal_add_example(openglwindow) diff --git a/examples/opengl/computegles31/CMakeLists.txt b/examples/opengl/computegles31/CMakeLists.txt index 10c0036887..ac2636e09b 100644 --- a/examples/opengl/computegles31/CMakeLists.txt +++ b/examples/opengl/computegles31/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from computegles31.pro. - cmake_minimum_required(VERSION 3.16) project(computegles31 LANGUAGES CXX) diff --git a/examples/opengl/contextinfo/CMakeLists.txt b/examples/opengl/contextinfo/CMakeLists.txt index 923ea9246d..bddd46cd4e 100644 --- a/examples/opengl/contextinfo/CMakeLists.txt +++ b/examples/opengl/contextinfo/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from contextinfo.pro. - cmake_minimum_required(VERSION 3.16) project(contextinfo LANGUAGES CXX) diff --git a/examples/opengl/cube/CMakeLists.txt b/examples/opengl/cube/CMakeLists.txt index 5abb0aab2b..f901e2d0f5 100644 --- a/examples/opengl/cube/CMakeLists.txt +++ b/examples/opengl/cube/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from cube.pro. - cmake_minimum_required(VERSION 3.16) project(cube LANGUAGES CXX) diff --git a/examples/opengl/hellogl2/CMakeLists.txt b/examples/opengl/hellogl2/CMakeLists.txt index df9c0d0e50..00ae8693b7 100644 --- a/examples/opengl/hellogl2/CMakeLists.txt +++ b/examples/opengl/hellogl2/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from hellogl2.pro. - cmake_minimum_required(VERSION 3.16) project(hellogl2 LANGUAGES CXX) diff --git a/examples/opengl/hellogles3/CMakeLists.txt b/examples/opengl/hellogles3/CMakeLists.txt index 365526dde2..cf1f66c6e6 100644 --- a/examples/opengl/hellogles3/CMakeLists.txt +++ b/examples/opengl/hellogles3/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from hellogles3.pro. - cmake_minimum_required(VERSION 3.16) project(hellogles3 LANGUAGES CXX) diff --git a/examples/opengl/hellowindow/CMakeLists.txt b/examples/opengl/hellowindow/CMakeLists.txt index 8b5f812249..80bb291504 100644 --- a/examples/opengl/hellowindow/CMakeLists.txt +++ b/examples/opengl/hellowindow/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from hellowindow.pro. - cmake_minimum_required(VERSION 3.16) project(hellowindow LANGUAGES CXX) diff --git a/examples/opengl/openglwindow/CMakeLists.txt b/examples/opengl/openglwindow/CMakeLists.txt index 43d8ad60b8..a555608c8e 100644 --- a/examples/opengl/openglwindow/CMakeLists.txt +++ b/examples/opengl/openglwindow/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from openglwindow.pro. - cmake_minimum_required(VERSION 3.16) project(openglwindow LANGUAGES CXX) diff --git a/examples/opengl/paintedwindow/CMakeLists.txt b/examples/opengl/paintedwindow/CMakeLists.txt index 6a2b955964..632df35e20 100644 --- a/examples/opengl/paintedwindow/CMakeLists.txt +++ b/examples/opengl/paintedwindow/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from paintedwindow.pro. - cmake_minimum_required(VERSION 3.16) project(paintedwindow LANGUAGES CXX) diff --git a/examples/opengl/qopenglwidget/CMakeLists.txt b/examples/opengl/qopenglwidget/CMakeLists.txt index 3a15b2f6e5..56f985a454 100644 --- a/examples/opengl/qopenglwidget/CMakeLists.txt +++ b/examples/opengl/qopenglwidget/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from qopenglwidget.pro. - cmake_minimum_required(VERSION 3.16) project(qopenglwidget LANGUAGES CXX) diff --git a/examples/opengl/qopenglwindow/CMakeLists.txt b/examples/opengl/qopenglwindow/CMakeLists.txt index 06023505e7..1236df6148 100644 --- a/examples/opengl/qopenglwindow/CMakeLists.txt +++ b/examples/opengl/qopenglwindow/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from qopenglwindow.pro. - cmake_minimum_required(VERSION 3.16) project(qopenglwindow LANGUAGES CXX) diff --git a/examples/opengl/textures/CMakeLists.txt b/examples/opengl/textures/CMakeLists.txt index ff7195bd00..adf9049df4 100644 --- a/examples/opengl/textures/CMakeLists.txt +++ b/examples/opengl/textures/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from textures.pro. - cmake_minimum_required(VERSION 3.16) project(textures LANGUAGES CXX) diff --git a/examples/opengl/threadedqopenglwidget/CMakeLists.txt b/examples/opengl/threadedqopenglwidget/CMakeLists.txt index 386e59e174..7aea309b45 100644 --- a/examples/opengl/threadedqopenglwidget/CMakeLists.txt +++ b/examples/opengl/threadedqopenglwidget/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from threadedqopenglwidget.pro. - cmake_minimum_required(VERSION 3.16) project(threadedqopenglwidget LANGUAGES CXX) -- cgit v1.2.3