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

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

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

OTHER_FILES += $${content.files}

INSTALLS += target content