summaryrefslogtreecommitdiffstats
path: root/basicsuite/textinput/textinput.pro
blob: ed99be02900b3b3b5b4f2abed98d53883c499364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = textinput

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

content.files = \
    main.qml \
    ScrollBar.qml \
    TextArea.qml \
    TextBase.qml \
    TextField.qml

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content