From 8d693999de529a0a65305019778f259d9df8b5da Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 18 Mar 2016 17:13:22 +0100 Subject: Stop using QT_PRIVATE for QtWebEngineProcess in a non-framework build. For executables, QT and QT_PRIVATE are the same. Change-Id: I8f8ef29aea6f4ebb3d7b6cd2f3bc6a3cbf83b0e4 Reviewed-by: Joerg Bornemann --- src/process/process.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/process/process.pro') diff --git a/src/process/process.pro b/src/process/process.pro index eab11189e..5dc34884a 100644 --- a/src/process/process.pro +++ b/src/process/process.pro @@ -4,19 +4,17 @@ TEMPLATE = app # Needed to set LSUIElement=1 QMAKE_INFO_PLIST = Info_mac.plist +QT += webenginecore + load(qt_build_paths) contains(QT_CONFIG, qt_framework) { # Deploy the QtWebEngineProcess app bundle into the QtWebEngineCore framework. DESTDIR = $$MODULE_BASE_OUTDIR/lib/QtWebEngineCore.framework/Versions/5/Helpers - - QT += webenginecore QMAKE_RPATHDIR += @loader_path/../../../../../../../../Frameworks } else { CONFIG -= app_bundle win32: DESTDIR = $$MODULE_BASE_OUTDIR/bin else: DESTDIR = $$MODULE_BASE_OUTDIR/libexec - - QT_PRIVATE += webenginecore } msvc: QMAKE_LFLAGS *= /LARGEADDRESSAWARE -- cgit v1.2.3