qt6-bb10/examples/widgets/tools/tools.pro

19 lines
436 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
completer \
customcompleter \
echoplugin \
plugandpaint \
regularexpression \
settingseditor \
styleplugin \
treemodelcompleter \
undo \
undoframework
!qtConfig(library) {
SUBDIRS -= \
echoplugin \
plugandpaint
}