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

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

content.files = \
    main.qml \
    content

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content