summaryrefslogtreecommitdiffstats
path: root/basicsuite/textinput/textinput.pro
blob: a0f18c04d9d0953621f2ca5cff3077949fdeeccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = textinput

include(../shared/shared.pri)

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

OTHER_FILES += $${content.files}

INSTALLS += target content