summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2020-09-15 11:07:25 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-09-16 16:36:14 +0000
commite33a7a7592ed8517ec83543d822178871f25b0c5 (patch)
tree93738f24e97d82ce46bb32ff6a8eacc3f22873c3 /src
parent746d61c92279f479512e373a18ee95ac8ee7d88c (diff)
Add a version number for the QtWebEngineProcess executable
Change-Id: I81111633fb0050f75e49c8bee0354436ecec533a Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 17cab42bf68ee70f641718a144f864eb04042aa4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/process/process.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process/process.pro b/src/process/process.pro
index a90548f9c..a28267ee9 100644
--- a/src/process/process.pro
+++ b/src/process/process.pro
@@ -37,6 +37,9 @@ win32 {
support_win.cpp
msvc: QMAKE_LFLAGS += /MANIFESTINPUT:$$PWD/process.exe.manifest
+ VERSION = $${QT_VERSION}.0
+} else {
+ VERSION = $${QT_VERSION}
}
TEMPLATE = app