summaryrefslogtreecommitdiffstats
path: root/basicsuite/controls-touch/controls-touch.pro
blob: cf4b6fa6e113334871493228b76fea4bfaafc205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = controls-touch

include(../shared/shared.pri)

content.files = \
    *.qml \
    *.png \
    content
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content