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

include(../shared/shared.pri)

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

OTHER_FILES += $${content.files}

INSTALLS += target content