MSVC linker: cannot open '../JavaScriptCore/release\jscore.lib'
-
I've successfully build a static version of QT using MSVC 2008, however if I try to build any of the WebKit examples, I get the error: LINK : fatal error LNK1181: cannot open input file '../JavaScriptCore/release\jscore.lib'
Other examples which don't use QTWebKit build with no errors. Shouldn't jscore.lib already be linked into QTWebKit.lib? Why would the example be directly linking to jscore.lib? Any ideas?
Details....
I'm doing a 32-bit release build of QT 4.7.0 on Windows 7 (64-bit) with MSVC 2008, and configuring with:
configure -static -qt-zlib -qt-gif -qt-libpng -qt-libjpeg -qt-libmng -qt-libtiff -webkit -platform win32-msvc2008
-
Static build are not supported for QtWebKit.