Force QtWebKit4.dll to load from base address
Unsolved
Qt WebKit
-
This has little to do with QtWebKit actually. I'm not expert on MS toolchain, but looks like you need to pass
/BASE
option to linkerhttps://msdn.microsoft.com/en-us/library/f7f5138s.aspx
You should be able to do it by adding
QMAKE_LFLAGS += ...
line with your linker option to appropriate.pro
file, probably it isSource/WebKit/qt/QtWebKit.pro
.Note that if you really care about security (FIPS), you should really switch to Qt 5 and https://github.com/annulen/webkit