mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-07 17:50:59 +08:00
qt 6.5.1 original
This commit is contained in:
18
examples/widgets/tools/CMakeLists.txt
Normal file
18
examples/widgets/tools/CMakeLists.txt
Normal file
@ -0,0 +1,18 @@
|
||||
# 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()
|
Reference in New Issue
Block a user