summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/webbrowser.pro
blob: c033ef949c551ecc5864e8d026bd45143766ac4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE=app
CONFIG -= qt separate_debug_info
LIBS =
QT =
QMAKE_LINK = @: dummy

sources.files = \
    content \
    webbrowser.qml 

sources.path = $$[QT_INSTALL_DEMOS]/declarative/webbrowser
INSTALLS = sources