From 7222c89c0a7816b82bae7933d2217088c87aa8bf Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Sun, 24 Nov 2019 11:51:09 +0100 Subject: 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 --- src/process/process.pro | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3