qt6windows7/examples/widgets/tools/tools.pro
2023-11-01 18:02:52 +01:00

16 lines
359 B
Prolog

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