aboutsummaryrefslogtreecommitdiffstats
path: root/com.luxoft.webbrowser/com.luxoft.webbrowser.pro
diff options
context:
space:
mode:
authorLukáš Tinkl <lukas@kde.org>2019-11-21 13:49:40 +0100
committerLukáš Tinkl <ltinkl@luxoft.com>2019-11-22 09:05:48 +0000
commit02118d951ca82d114b29c791848ff02e07b27372 (patch)
treefa8b6384e988987809a6ab50f0eff4d0f62cfa00 /com.luxoft.webbrowser/com.luxoft.webbrowser.pro
parentcee862cf1b3c9788a3cd71a6bf3b97a2b4022447 (diff)
[webbrowser] implement a sample web browser app
based on Qt WebEngine Change-Id: I58ecd3c40e0d3da0cf3424cf57542f7b1dfb7dc4 Reviewed-by: Georg Leugner <gleugner@luxoft.com>
Diffstat (limited to 'com.luxoft.webbrowser/com.luxoft.webbrowser.pro')
-rw-r--r--com.luxoft.webbrowser/com.luxoft.webbrowser.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/com.luxoft.webbrowser/com.luxoft.webbrowser.pro b/com.luxoft.webbrowser/com.luxoft.webbrowser.pro
new file mode 100644
index 0000000..a147e3a
--- /dev/null
+++ b/com.luxoft.webbrowser/com.luxoft.webbrowser.pro
@@ -0,0 +1,16 @@
+TEMPLATE = aux
+
+FILES += info.yaml \
+ icon.png \
+ Main.qml \
+ UrlField.qml \
+ WBView.qml
+
+app.files = $$FILES
+app.path = /apps/com.luxoft.webbrowser
+INSTALLS += app
+
+AM_MANIFEST = info.yaml
+AM_PACKAGE_DIR = $$app.path
+
+load(am-app)