summaryrefslogtreecommitdiffstats
path: root/examples/declarative/text/text.pro
blob: 755e811aca914673662ac2a89c579806b784a48b (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs

SUBDIRS += \
    fonts \
    textselection

# install
sources.files = text.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/text
INSTALLS += sources