summaryrefslogtreecommitdiffstats
path: root/src/process
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-11-24 11:51:09 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-13 14:49:02 +0100
commit7222c89c0a7816b82bae7933d2217088c87aa8bf (patch)
tree475ab2cedef1b89ae6f33fa9179e8017451bb88c /src/process
parent96d03be3e06649f9c9ed277622709e7a732bbcf9 (diff)
Fix youtube with Qt ltcg builds
The exported symbols in the helper process does not work when ltcg is enabled, and we already disable the same for qtwebengine core. Change-Id: Ia0b662bb64f368e77bdfcdc02e6f853525dda0b3 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/process')
-rw-r--r--src/process/process.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process/process.pro b/src/process/process.pro
index ecde20d04..e861af182 100644
--- a/src/process/process.pro
+++ b/src/process/process.pro
@@ -9,6 +9,8 @@ INCLUDEPATH += ../core
SOURCES = main.cpp
+CONFIG -= ltcg
+
# On windows we need to statically link to the windows sandbox code
win32 {
# The Chromium headers we include are not clean