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

25 lines
637 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS = \
codecs \
completer \
customcompleter \
echoplugin \
i18n \
plugandpaint \
plugandpaintplugins \
regexp \
settingseditor \
styleplugin \
treemodelcompleter \
undo \
undoframework
contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n
plugandpaint.depends = plugandpaintplugins
# install
sources.files = tools.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools
INSTALLS += sources