summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
diff options
context:
space:
mode:
authorMartin Negyokru <negyokru@inf.u-szeged.hu>2023-04-27 17:14:19 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-19 07:36:29 +0000
commit4ae60b79dc91e675cf7b4b81567a58ddbe1ad505 (patch)
tree76c20444ffe7a010d74c1db0edf0ea5fa32f1fd3 /examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
parent8cbe13a4fb157f442f88dbf9785b328059943557 (diff)
Add Windows 10 compatible manifest to examples
This manifest is required for User-Agent to report the correct Windows versions. Document Windows App Manifest in platform-notes and mention it in the httpUserAgent documentation. Fixes: QTBUG-63021 Change-Id: Ie3896c50a0a912742e8d1a0dc20f3305b343d3f4 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit a565ffcc172da74ae6ca0f847a0b162ffd68e918) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/webenginequick/quicknanobrowser/quicknanobrowser.pro')
-rw-r--r--examples/webenginequick/quicknanobrowser/quicknanobrowser.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro b/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
index e4c0cdfd1..bd5427dc5 100644
--- a/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
+++ b/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro
@@ -6,6 +6,11 @@ TARGET = quicknanobrowser
HEADERS = utils.h
SOURCES = main.cpp
+win32 {
+ CONFIG -= embed_manifest_exe
+ QMAKE_MANIFEST = $$PWD/quicknanobrowser.exe.manifest
+}
+
RESOURCES += resources.qrc
QT += qml quick webenginequick