summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@theqtcompany.com>2016-03-18 17:13:22 +0100
committerAlexandru Croitor <alexandru.croitor@theqtcompany.com>2016-03-24 11:17:52 +0000
commit8d693999de529a0a65305019778f259d9df8b5da (patch)
treeb3e4c89101634b25098b1ba192cee67eca77e996 /src
parent9cdd03b44a09b6b40656d4a494f58384007d8aac (diff)
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 <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/process/process.pro6
1 files changed, 2 insertions, 4 deletions
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