blob: c694dd8a6d151b79e8791823a5ada5dfe8482b8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = codecs \
completer \
customcompleter \
echoplugin \
i18n \
contiguouscache \
plugandpaintplugins \
plugandpaint \
regexp \
settingseditor \
styleplugin \
treemodelcompleter \
undoframework
plugandpaint.depends = plugandpaintplugins
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/tools
INSTALLS += target sources
|