summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlocale/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qlocale/CMakeLists.txt')
-rw-r--r--tests/manual/qlocale/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/qlocale/CMakeLists.txt b/tests/manual/qlocale/CMakeLists.txt
index 1de1ebbcfb..e749565129 100644
--- a/tests/manual/qlocale/CMakeLists.txt
+++ b/tests/manual/qlocale/CMakeLists.txt
@@ -1,7 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
-
-# Generated from qlocale.pro.
+# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## qlocale Binary:
@@ -19,6 +17,8 @@ qt_internal_add_manual_test(qlocale
miscellaneous.cpp miscellaneous.h
numberformats.cpp numberformats.h
window.cpp window.h
+ NO_PCH_SOURCES
+ languages.cpp # undef QT_NO_FOREACH
LIBRARIES
Qt::Gui
Qt::Widgets