summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginequick/quicknanobrowser/quicknanobrowser.pro')
-rw-r--r--examples/webenginequick/quicknanobrowser/quicknanobrowser.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro b/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
new file mode 100644
index 000000000..8208e446a
--- /dev/null
+++ b/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
@@ -0,0 +1,25 @@
+requires(qtConfig(accessibility))
+
+TEMPLATE = app
+TARGET = quicknanobrowser
+
+HEADERS = utils.h
+SOURCES = main.cpp
+
+OTHER_FILES += ApplicationRoot.qml \
+ BrowserDialog.qml \
+ BrowserWindow.qml \
+ DownloadView.qml \
+ FindBar.qml \
+ FullScreenNotification.qml
+
+RESOURCES += resources.qrc
+
+QT += qml quick webenginequick
+
+qtHaveModule(widgets) {
+ QT += widgets # QApplication is required to get native styling with QtQuickControls
+}
+
+target.path = $$[QT_INSTALL_EXAMPLES]/webenginequick/quicknanobrowser
+INSTALLS += target