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

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

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

OTHER_FILES += $${content.files}

INSTALLS += target content