qt6windows7/examples/widgets/tools/tools.pro

18 lines
413 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
TEMPLATE = subdirs
SUBDIRS = \
completer \
customcompleter \
echoplugin \
plugandpaint \
regularexpression \
settingseditor \
styleplugin \
treemodelcompleter \
undoframework
!qtConfig(library) {
SUBDIRS -= \
echoplugin \
plugandpaint
}