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

include(../shared/shared.pri)
b2qtdemo_deploy_defaults()

content.files = \
    *.qml \
    *.png \
    content \
    images

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content