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

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

content.files = \
    *.qml \
    qml \

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content