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/touch/fingerpaint/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'examples/widgets/touch/fingerpaint') diff --git a/examples/widgets/touch/fingerpaint/CMakeLists.txt b/examples/widgets/touch/fingerpaint/CMakeLists.txt index 308b34c6af..f2ed4be8df 100644 --- a/examples/widgets/touch/fingerpaint/CMakeLists.txt +++ b/examples/widgets/touch/fingerpaint/CMakeLists.txt @@ -1,5 +1,3 @@ -# Generated from fingerpaint.pro. - cmake_minimum_required(VERSION 3.16) project(fingerpaint LANGUAGES CXX) @@ -34,11 +32,10 @@ target_link_libraries(fingerpaint PUBLIC Qt::Gui Qt::Widgets ) -# special case begin + if (TARGET Qt::PrintSupport) target_link_libraries(fingerpaint PUBLIC Qt::PrintSupport) endif() -# special case end if(TARGET Qt::PrintSupport) target_link_libraries(fingerpaint PUBLIC -- cgit v1.2.3