summaryrefslogtreecommitdiffstats
path: root/examples/tools/tools.pro
blob: 4f02e01f61532ac65d283927dc8d86161b41704e (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE      = subdirs
CONFIG       += ordered
SUBDIRS       = contiguouscache \
                customtype \
                customtypesending

# 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