summaryrefslogtreecommitdiffstats
path: root/src/process
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-05 15:46:47 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-07 11:54:38 +0100
commit902339d3a13c562418fb0a5193c31f74971f320d (patch)
tree9ec34f40e6e7583b7f9096ead49d5147291212ce /src/process
parent2b0a736f7d16c2f05fdbb05f46ae6bca3e539ce1 (diff)
Fix separate-debug-info build of QtWebEngineProcess
Since recent change in qtbase, debug-info is also separated from executables, unfortunately it had the wrong path due to how qt_app is written so we need to inline it. Change-Id: Ia0a5364ed5ac7169aa32bb4c1dab746457f1be6c Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/process')
-rw-r--r--src/process/process.pro12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/process/process.pro b/src/process/process.pro
index 72aad52a5..66fdf9797 100644
--- a/src/process/process.pro
+++ b/src/process/process.pro
@@ -39,7 +39,12 @@ win32 {
msvc: QMAKE_LFLAGS += /MANIFESTINPUT:$$PWD/process.exe.manifest
}
-load(qt_app)
+TEMPLATE = app
+
+load(qt_build_paths)
+
+!build_pass:qtConfig(debug_and_release): CONFIG += release
+CONFIG += relative_qt_rpath
qtConfig(build_all): CONFIG += build_all
@@ -63,3 +68,8 @@ qtConfig(framework) {
} else {
target.path = $$[QT_INSTALL_LIBEXECS]
}
+
+load(qt_targets)
+load(qt_common)
+
+INSTALLS += target