Hi
I am using Qt 4.8.7 static on Windows.
How to compile my Qt Windows Application using /LARGEADDRESSAWARE.
kindly reply.
Thanks
Santosh
Printable View
Hi
I am using Qt 4.8.7 static on Windows.
How to compile my Qt Windows Application using /LARGEADDRESSAWARE.
kindly reply.
Thanks
Santosh
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"