summaryrefslogtreecommitdiffstats
path: root/src/process/process.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2020-09-15 11:07:25 +0200
committerAndy Shaw <andy.shaw@qt.io>2020-09-15 11:34:38 +0200
commit17cab42bf68ee70f641718a144f864eb04042aa4 (patch)
tree66fc8d3d9f9f444c18fe0b07eb0cebf68f63efac /src/process/process.pro
parenta3c77682ce67420ac3fba4d81847bbe170b387eb (diff)
Add a version number for the QtWebEngineProcess executable
Pick-to: 5.15 Change-Id: I81111633fb0050f75e49c8bee0354436ecec533a Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/process/process.pro')
-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 eadbcc310..b6ee6d788 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