mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
19 lines
523 B
CMake
19 lines
523 B
CMake
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
qt_internal_add_example(completer)
|
||
|
qt_internal_add_example(customcompleter)
|
||
|
qt_internal_add_example(regularexpression)
|
||
|
qt_internal_add_example(settingseditor)
|
||
|
qt_internal_add_example(styleplugin)
|
||
|
qt_internal_add_example(treemodelcompleter)
|
||
|
qt_internal_add_example(undoframework)
|
||
|
|
||
|
if(QT_FEATURE_library)
|
||
|
qt_internal_add_example(echoplugin)
|
||
|
|
||
|
if(QT_FEATURE_inputdialog)
|
||
|
qt_internal_add_example(plugandpaint)
|
||
|
endif()
|
||
|
endif()
|