summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtwebbrowser/qtwebbrowser.pro
blob: 853234464716cc163282aef39a582888ec1c3fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TEMPLATE = lib
TARGET = webbrowser
QT += qml quick
CONFIG += qt plugin

INCLUDEPATH += tqtc-qtwebbrowser/src

HEADERS += \
    tqtc-qtwebbrowser/src/appengine.h \
    tqtc-qtwebbrowser/src/touchtracker.h \
    tqtc-qtwebbrowser/src/navigationhistoryproxymodel.h

SOURCES += \
    plugin.cpp \
    tqtc-qtwebbrowser/src/appengine.cpp \
    tqtc-qtwebbrowser/src/touchtracker.cpp \
    tqtc-qtwebbrowser/src/navigationhistoryproxymodel.cpp

pluginfiles.files += \
    qmldir

B2QT_DEPLOYPATH = /data/user/qt/qmlplugins/WebBrowser

target.path = $$B2QT_DEPLOYPATH
pluginfiles.path = $$B2QT_DEPLOYPATH

INSTALLS += target pluginfiles