qt5base-lts/examples/tools/tools.pro

27 lines
763 B
Prolog

TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = codecs \
completer \
customcompleter \
echoplugin \
i18n \
inputpanel \
contiguouscache \
plugandpaintplugins \
plugandpaint \
regexp \
settingseditor \
styleplugin \
treemodelcompleter \
undoframework
plugandpaint.depends = plugandpaintplugins
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
INSTALLS += target sources
symbian: CONFIG += qt_example