mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
24 lines
639 B
CMake
24 lines
639 B
CMake
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
#####################################################################
|
||
|
## qlocale Binary:
|
||
|
#####################################################################
|
||
|
|
||
|
qt_internal_add_manual_test(qlocale
|
||
|
GUI
|
||
|
SOURCES
|
||
|
calendar.cpp calendar.h
|
||
|
currency.cpp currency.h
|
||
|
dateformats.cpp dateformats.h
|
||
|
info.cpp info.h
|
||
|
languages.cpp languages.h
|
||
|
main.cpp
|
||
|
miscellaneous.cpp miscellaneous.h
|
||
|
numberformats.cpp numberformats.h
|
||
|
window.cpp window.h
|
||
|
LIBRARIES
|
||
|
Qt::Gui
|
||
|
Qt::Widgets
|
||
|
)
|