Ariya, Thanks for your patience, as I am very new to Qt & WebKit. >From the VS2008 Command window, > qmake --version returns QMake version 2.01a Using Qt version 4.7.0 in C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt/lib
I added c:\qt\2010_05\qt\qmake to my PATH (could not quite get the "--qmake=" option to work for me) and the next error was QMAKESPEC has not been set, so configuration cannot be deduced. I then added QMAKESPEC with a value of "win32-msvc2008" to my environment, but the next error was Could not find mkspecs for your QMAKESPEC<win32-msvc2008> ... At this point, I think something is wrong with my basic environment. If you see anything in the above that points to a simple fix, please let me know... -Rich On Mon, Oct 18, 2010 at 9:11 AM, Ariya Hidayat <[email protected]> wrote: >> Also, when I typed >> where QtCore4.dll >> in the command window, the response was >> C:\qt\2010_05\bin\QtCore4.dll >> >> So my environment is able to locate dlls in the bin directory. > > If 'qmake --version' returns something for you, then the question is, > does it get also picked up by the build script (which is Perl)? You > may want to print out some debugging messages inside > WebKitTools/Scripts/webkitdirs.pm. Alternatively, pass the qmake > executable directly via the --qmake=/path/to/qmakebin option. > > > > -- > Ariya Hidayat _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
