qt5base-lts/examples/tools/tools.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

28 lines
777 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
QT += widgets