qt5base-lts/examples/widgets/tools/tools.pro

18 lines
413 B
Prolog
Raw Normal View History

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