From 5ea85fe3c9721381e451e125009e7ab5d37daa65 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 22 Jul 2015 14:04:50 +0200 Subject: Make QtWebEngineProcess use full 4 GiByte of memory Pass /LARGEADDRESSAWARE the the MSVC linker to allow allocating more than two GiByte of memory for 32 bit. The flag is a NOOP for 64 bit. Task-number: QTBUG-47129 Change-Id: I82c4a7bc99e9042c4901425b37202d7977c0bcaa Reviewed-by: Joerg Bornemann Reviewed-by: Peter Varga --- src/process/process.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/process') diff --git a/src/process/process.pro b/src/process/process.pro index 1a62a4f2c..7844b1004 100644 --- a/src/process/process.pro +++ b/src/process/process.pro @@ -34,6 +34,8 @@ contains(QT_CONFIG, qt_framework) { QT_PRIVATE += webenginecore } +msvc: QMAKE_LFLAGS *= /LARGEADDRESSAWARE + INCLUDEPATH += ../core SOURCES = main.cpp -- cgit v1.2.3