summaryrefslogtreecommitdiffstats
path: root/tests/manual/textrendering/nativetext
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/textrendering/nativetext')
-rw-r--r--tests/manual/textrendering/nativetext/CMakeLists.txt7
-rw-r--r--tests/manual/textrendering/nativetext/main.cpp2
2 files changed, 5 insertions, 4 deletions
diff --git a/tests/manual/textrendering/nativetext/CMakeLists.txt b/tests/manual/textrendering/nativetext/CMakeLists.txt
index 447288e6df..67918640af 100644
--- a/tests/manual/textrendering/nativetext/CMakeLists.txt
+++ b/tests/manual/textrendering/nativetext/CMakeLists.txt
@@ -1,4 +1,5 @@
-# Generated from nativetext.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## nativetext Binary:
@@ -7,7 +8,7 @@
qt_internal_add_manual_test(nativetext
SOURCES
main.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::CorePrivate
Qt::Gui
Qt::GuiPrivate
@@ -18,7 +19,7 @@ qt_internal_add_manual_test(nativetext
#####################################################################
qt_internal_extend_target(nativetext CONDITION APPLE
- PUBLIC_LIBRARIES
+ LIBRARIES
${FWAppKit}
${FWCoreGraphics}
${FWFoundation}
diff --git a/tests/manual/textrendering/nativetext/main.cpp b/tests/manual/textrendering/nativetext/main.cpp
index 265ebcac45..65a361eddb 100644
--- a/tests/manual/textrendering/nativetext/main.cpp
+++ b/tests/manual/textrendering/nativetext/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtWidgets>