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

SUBDIRS += \
    borderimage \
    image \
    shadows

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