diff options
author | Kai Köhne <[email protected]> | 2021-12-08 16:42:09 +0100 |
---|---|---|
committer | Kai Koehne <[email protected]> | 2021-12-13 14:16:26 +0000 |
commit | 51f22a3a0495d8418a5d6dd0f09771c0347441b9 (patch) | |
tree | 34b5c133cd5e808e98c63b1e801400b716e34d9d /examples/widgets/richtext/textedit | |
parent | 9ca7429dff4b5d46114ca36147f65b61d5e61290 (diff) |
Examples: Remove remaining conversion markers in CMakeLists.txt
Pick-to: 6.3
Change-Id: Ia5d474a3efd6aadbd0ef1537318f2f24e6c24fee
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'examples/widgets/richtext/textedit')
-rw-r--r-- | examples/widgets/richtext/textedit/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/widgets/richtext/textedit/CMakeLists.txt b/examples/widgets/richtext/textedit/CMakeLists.txt index 7190e8d5b10..3a29d09a612 100644 --- a/examples/widgets/richtext/textedit/CMakeLists.txt +++ b/examples/widgets/richtext/textedit/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from textedit.pro. - cmake_minimum_required(VERSION 3.16) project(textedit LANGUAGES CXX) @@ -33,11 +31,10 @@ target_link_libraries(textedit PUBLIC Qt::Gui Qt::Widgets ) -# special case begin + if (TARGET Qt::PrintSupport) target_link_libraries(textedit PUBLIC Qt::PrintSupport) endif() -# special case end # Resources: |