summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtwebbrowser/app.pro
blob: a64f9f01bec297cbbed3c3145ddf7d38fc0090aa (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 = \
    main.qml

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content