summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/app.pro
blob: be46a9cca1fa0f8be10c4b9888705bfe8cb6a3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qt5-everywhere

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

content.files = \
    *.qml \
    *.js \
    fonts \
    images \
    demos
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content