summaryrefslogtreecommitdiffstats
path: root/examples/webview/minibrowser/minibrowser.pro
blob: 266c99674ce060dc500237041bc0cb2cb148cfbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = minibrowser

QT += qml quick webview

SOURCES += main.cpp

RESOURCES += qml.qrc

EXAMPLE_FILES += doc

macos:QMAKE_INFO_PLIST = macos/Info.plist
ios:QMAKE_INFO_PLIST = ios/Info.plist

target.path = $$[QT_INSTALL_EXAMPLES]/webview/minibrowser
INSTALLS += target