summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtwebbrowser/lib.pro
blob: 16152f2e2291166b9d7d769c1f0c7275a7a900f9 (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
28
29
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

RESOURCES += tqtc-qtwebbrowser/src/resources.qrc

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

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

INSTALLS += target pluginfiles