summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtwebbrowser/qtwebbrowser.pro
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@theqtcompany.com>2015-12-22 10:46:54 +0200
committerKatja Marttila <katja.marttila@theqtcompany.com>2016-01-19 14:25:37 +0000
commitd40942e1d31dc38c101217dc3a0bc18d88bf0c99 (patch)
tree08cde233aee42c620dd7abe330710c236bf104d3 /basicsuite/qtwebbrowser/qtwebbrowser.pro
parent81394ec7d5f0b713deb434ade46d0e71bd733cc5 (diff)
add browser demo
qtwebbrowser will be imported as submodule Change-Id: Iebbc9a66bcb74d730b1fb4ef7ed5938fc7e67542 Task-Id: QTRD-3794 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'basicsuite/qtwebbrowser/qtwebbrowser.pro')
-rw-r--r--basicsuite/qtwebbrowser/qtwebbrowser.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/basicsuite/qtwebbrowser/qtwebbrowser.pro b/basicsuite/qtwebbrowser/qtwebbrowser.pro
new file mode 100644
index 0000000..8532344
--- /dev/null
+++ b/basicsuite/qtwebbrowser/qtwebbrowser.pro
@@ -0,0 +1,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