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.pro14
1 files changed, 8 insertions, 6 deletions
diff --git a/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro b/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
index 8208e446a..bd5427dc5 100644
--- a/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
+++ b/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
@@ -6,17 +6,19 @@ TARGET = quicknanobrowser
HEADERS = utils.h
SOURCES = main.cpp
-OTHER_FILES += ApplicationRoot.qml \
- BrowserDialog.qml \
- BrowserWindow.qml \
- DownloadView.qml \
- FindBar.qml \
- FullScreenNotification.qml
+win32 {
+ CONFIG -= embed_manifest_exe
+ QMAKE_MANIFEST = $$PWD/quicknanobrowser.exe.manifest
+}
RESOURCES += resources.qrc
QT += qml quick webenginequick
+CONFIG += qmltypes
+QML_IMPORT_NAME = BrowserUtils
+QML_IMPORT_MAJOR_VERSION = 1
+
qtHaveModule(widgets) {
QT += widgets # QApplication is required to get native styling with QtQuickControls
}