From 02118d951ca82d114b29c791848ff02e07b27372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Thu, 21 Nov 2019 13:49:40 +0100 Subject: [webbrowser] implement a sample web browser app based on Qt WebEngine Change-Id: I58ecd3c40e0d3da0cf3424cf57542f7b1dfb7dc4 Reviewed-by: Georg Leugner --- com.luxoft.webbrowser/com.luxoft.webbrowser.pro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 com.luxoft.webbrowser/com.luxoft.webbrowser.pro (limited to 'com.luxoft.webbrowser/com.luxoft.webbrowser.pro') 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) -- cgit v1.2.3