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

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

content.files = \
    $$PWD/main.qml \
    $$PWD/qtquickcontrols2.conf \
    $$PWD/images \
    $$PWD/icons \
    $$PWD/pages

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content