mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-02-09 08:15:39 +08:00
17 lines
546 B
CMake
17 lines
546 B
CMake
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
qt_internal_add_example(analogclock)
|
||
|
qt_internal_add_example(calculator)
|
||
|
qt_internal_add_example(calendarwidget)
|
||
|
qt_internal_add_example(groupbox)
|
||
|
qt_internal_add_example(lineedits)
|
||
|
qt_internal_add_example(scribble)
|
||
|
qt_internal_add_example(shapedclock)
|
||
|
qt_internal_add_example(shortcuteditor)
|
||
|
qt_internal_add_example(sliders)
|
||
|
qt_internal_add_example(spinboxes)
|
||
|
qt_internal_add_example(tablet)
|
||
|
qt_internal_add_example(tooltips)
|
||
|
qt_internal_add_example(windowflags)
|