PDA

View Full Version : Compile my Qt Windows Application using /LARGEADDRESSAWARE



santosh.kumar
28th November 2016, 09:21
Hi

I am using Qt 4.8.7 static on Windows.

How to compile my Qt Windows Application using /LARGEADDRESSAWARE.

kindly reply.

Thanks
Santosh

d_stranz
29th November 2016, 22:15
Seems like you should just add a line to your .pro file and run qmake again. But if this works, it will only work if you are using a Microsoft C++ toolchain.

DEFINES += "LARGEADDRESSAWARE"