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/widgets/tools/CMakeLists.txt | 9 +++------ examples/widgets/tools/completer/CMakeLists.txt | 2 -- examples/widgets/tools/customcompleter/CMakeLists.txt | 2 -- examples/widgets/tools/i18n/CMakeLists.txt | 2 -- examples/widgets/tools/regularexpression/CMakeLists.txt | 2 -- examples/widgets/tools/settingseditor/CMakeLists.txt | 2 -- examples/widgets/tools/treemodelcompleter/CMakeLists.txt | 2 -- examples/widgets/tools/undo/CMakeLists.txt | 2 -- examples/widgets/tools/undoframework/CMakeLists.txt | 2 -- 9 files changed, 3 insertions(+), 22 deletions(-) (limited to 'examples/widgets/tools') diff --git a/examples/widgets/tools/CMakeLists.txt b/examples/widgets/tools/CMakeLists.txt index 0056518f1e..136097ddf3 100644 --- a/examples/widgets/tools/CMakeLists.txt +++ b/examples/widgets/tools/CMakeLists.txt @@ -1,8 +1,6 @@ -# Generated from tools.pro. - qt_internal_add_example(completer) qt_internal_add_example(customcompleter) -if(QT_FEATURE_translation) # special case +if(QT_FEATURE_translation) qt_internal_add_example(i18n) endif() qt_internal_add_example(regularexpression) @@ -12,11 +10,10 @@ qt_internal_add_example(treemodelcompleter) qt_internal_add_example(undo) qt_internal_add_example(undoframework) -if(QT_FEATURE_library) # special case +if(QT_FEATURE_library) add_subdirectory(echoplugin) - # special case begin + if(QT_FEATURE_inputdialog) qt_internal_add_example(plugandpaint) endif() - # special case end endif() diff --git a/examples/widgets/tools/completer/CMakeLists.txt b/examples/widgets/tools/completer/CMakeLists.txt index cbcf19421c..8ec960dafd 100644 --- a/examples/widgets/tools/completer/CMakeLists.txt +++ b/examples/widgets/tools/completer/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from completer.pro. - cmake_minimum_required(VERSION 3.16) project(completer LANGUAGES CXX) diff --git a/examples/widgets/tools/customcompleter/CMakeLists.txt b/examples/widgets/tools/customcompleter/CMakeLists.txt index cb26eb1c79..9e0bbee241 100644 --- a/examples/widgets/tools/customcompleter/CMakeLists.txt +++ b/examples/widgets/tools/customcompleter/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from customcompleter.pro. - cmake_minimum_required(VERSION 3.16) project(customcompleter LANGUAGES CXX) diff --git a/examples/widgets/tools/i18n/CMakeLists.txt b/examples/widgets/tools/i18n/CMakeLists.txt index 2d8c3a21d9..0cb230a805 100644 --- a/examples/widgets/tools/i18n/CMakeLists.txt +++ b/examples/widgets/tools/i18n/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from i18n.pro. - cmake_minimum_required(VERSION 3.16) project(i18n LANGUAGES CXX) diff --git a/examples/widgets/tools/regularexpression/CMakeLists.txt b/examples/widgets/tools/regularexpression/CMakeLists.txt index 4d2be816a5..85f9a81156 100644 --- a/examples/widgets/tools/regularexpression/CMakeLists.txt +++ b/examples/widgets/tools/regularexpression/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from regularexpression.pro. - cmake_minimum_required(VERSION 3.16) project(regularexpression LANGUAGES CXX) diff --git a/examples/widgets/tools/settingseditor/CMakeLists.txt b/examples/widgets/tools/settingseditor/CMakeLists.txt index 7f8bcca593..e1b6f95eb5 100644 --- a/examples/widgets/tools/settingseditor/CMakeLists.txt +++ b/examples/widgets/tools/settingseditor/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from settingseditor.pro. - cmake_minimum_required(VERSION 3.16) project(settingseditor LANGUAGES CXX) diff --git a/examples/widgets/tools/treemodelcompleter/CMakeLists.txt b/examples/widgets/tools/treemodelcompleter/CMakeLists.txt index 5e094b381e..1e641fc5b2 100644 --- a/examples/widgets/tools/treemodelcompleter/CMakeLists.txt +++ b/examples/widgets/tools/treemodelcompleter/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from treemodelcompleter.pro. - cmake_minimum_required(VERSION 3.16) project(treemodelcompleter LANGUAGES CXX) diff --git a/examples/widgets/tools/undo/CMakeLists.txt b/examples/widgets/tools/undo/CMakeLists.txt index 0a842715e5..113b3b5a6d 100644 --- a/examples/widgets/tools/undo/CMakeLists.txt +++ b/examples/widgets/tools/undo/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from undo.pro. - cmake_minimum_required(VERSION 3.16) project(undo LANGUAGES CXX) diff --git a/examples/widgets/tools/undoframework/CMakeLists.txt b/examples/widgets/tools/undoframework/CMakeLists.txt index b54e5a01a7..c142f5d863 100644 --- a/examples/widgets/tools/undoframework/CMakeLists.txt +++ b/examples/widgets/tools/undoframework/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from undoframework.pro. - cmake_minimum_required(VERSION 3.16) project(undoframework LANGUAGES CXX) -- cgit v1.2.3