summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-52641
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtbug-52641')
-rw-r--r--tests/manual/qtbug-52641/CMakeLists.txt8
-rw-r--r--tests/manual/qtbug-52641/main.cpp3
2 files changed, 5 insertions, 6 deletions
diff --git a/tests/manual/qtbug-52641/CMakeLists.txt b/tests/manual/qtbug-52641/CMakeLists.txt
index 7b752dc1ee..f96a5f27a0 100644
--- a/tests/manual/qtbug-52641/CMakeLists.txt
+++ b/tests/manual/qtbug-52641/CMakeLists.txt
@@ -1,4 +1,5 @@
-# Generated from qtbug-52641.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## qtbug-52641 Binary:
@@ -8,10 +9,7 @@ qt_internal_add_manual_test(qtbug-52641
GUI
SOURCES
main.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Gui
Qt::Widgets
)
-
-#### Keys ignored in scope 1:.:.:qtbug-52641.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/manual/qtbug-52641/main.cpp b/tests/manual/qtbug-52641/main.cpp
index b32e783d5c..71cfcb4075 100644
--- a/tests/manual/qtbug-52641/main.cpp
+++ b/tests/manual/qtbug-52641/main.cpp
@@ -1,9 +1,10 @@
// Copyright (C) 2016 Kai Pastor
-// 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 <QApplication>
#include <QFileDialog>
#include <QPainter>
+#include <QPainterPath>
#include <QPdfWriter>
int main(int argc, char *argv[])