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

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

content.files = \
    content \
    ui \
    *.qml
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content