qt6windows7/examples/widgets/tools/tools.pro
2023-10-29 23:33:08 +01:00

18 lines
413 B
Prolog

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