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/vulkan/CMakeLists.txt | 2 -- examples/vulkan/hellovulkancubes/CMakeLists.txt | 2 -- examples/vulkan/hellovulkantexture/CMakeLists.txt | 2 -- examples/vulkan/hellovulkantriangle/CMakeLists.txt | 2 -- examples/vulkan/hellovulkanwidget/CMakeLists.txt | 2 -- examples/vulkan/hellovulkanwindow/CMakeLists.txt | 2 -- 6 files changed, 12 deletions(-) (limited to 'examples/vulkan') diff --git a/examples/vulkan/CMakeLists.txt b/examples/vulkan/CMakeLists.txt index 2320faaeb3..c5694435b6 100644 --- a/examples/vulkan/CMakeLists.txt +++ b/examples/vulkan/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from vulkan.pro. - qt_internal_add_example(hellovulkanwindow) qt_internal_add_example(hellovulkantriangle) qt_internal_add_example(hellovulkantexture) diff --git a/examples/vulkan/hellovulkancubes/CMakeLists.txt b/examples/vulkan/hellovulkancubes/CMakeLists.txt index c79585f664..f8999f3986 100644 --- a/examples/vulkan/hellovulkancubes/CMakeLists.txt +++ b/examples/vulkan/hellovulkancubes/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from hellovulkancubes.pro. - cmake_minimum_required(VERSION 3.16) project(hellovulkancubes LANGUAGES CXX) diff --git a/examples/vulkan/hellovulkantexture/CMakeLists.txt b/examples/vulkan/hellovulkantexture/CMakeLists.txt index de0175de83..421a82a540 100644 --- a/examples/vulkan/hellovulkantexture/CMakeLists.txt +++ b/examples/vulkan/hellovulkantexture/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from hellovulkantexture.pro. - cmake_minimum_required(VERSION 3.16) project(hellovulkantexture LANGUAGES CXX) diff --git a/examples/vulkan/hellovulkantriangle/CMakeLists.txt b/examples/vulkan/hellovulkantriangle/CMakeLists.txt index 2f3d0ffee5..5ca87cd893 100644 --- a/examples/vulkan/hellovulkantriangle/CMakeLists.txt +++ b/examples/vulkan/hellovulkantriangle/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from hellovulkantriangle.pro. - cmake_minimum_required(VERSION 3.16) project(hellovulkantriangle LANGUAGES CXX) diff --git a/examples/vulkan/hellovulkanwidget/CMakeLists.txt b/examples/vulkan/hellovulkanwidget/CMakeLists.txt index 575f7bc42e..e7adcc3ef1 100644 --- a/examples/vulkan/hellovulkanwidget/CMakeLists.txt +++ b/examples/vulkan/hellovulkanwidget/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from hellovulkanwidget.pro. - cmake_minimum_required(VERSION 3.16) project(hellovulkanwidget LANGUAGES CXX) diff --git a/examples/vulkan/hellovulkanwindow/CMakeLists.txt b/examples/vulkan/hellovulkanwindow/CMakeLists.txt index 0673f6de1b..af98431a3a 100644 --- a/examples/vulkan/hellovulkanwindow/CMakeLists.txt +++ b/examples/vulkan/hellovulkanwindow/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from hellovulkanwindow.pro. - cmake_minimum_required(VERSION 3.16) project(hellovulkanwindow LANGUAGES CXX) -- cgit v1.2.3