Re: [webkit-help] ERROR: qmake missing but required to build WebKit. (Qt Port of WebKit under Windows 7)

2011-03-22 Thread rulynx
I too while the beginner in it, and at me same an error was. In QT cmd write PATH, copy result(PATH=C:\Qt\2010.05\qt\bin;etc),and add (set PATH=more;more)through „;“ a way to nmake, perl etc. Do not forget C:\GnuWin32\bin and a way to python. Write once again PATH in in QT cmd, check result, and

Re: [webkit-help] ERROR: qmake missing but required to build WebKit. (Qt Port of WebKit under Windows 7)

2010-10-18 Thread Richard Frainier
Ariya, Many thanks for the reply. Please notice in my post above that when I typed echo %qtdir%\bin in the command window, the response was C:\qt\2010_05\bin So C:\qt\2010_05\bin is already in my PATH. Also, when I typed where QtCore4.dll in the command window, the response was

Re: [webkit-help] ERROR: qmake missing but required to build WebKit. (Qt Port of WebKit under Windows 7)

2010-10-18 Thread Ariya Hidayat
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

Re: [webkit-help] ERROR: qmake missing but required to build WebKit. (Qt Port of WebKit under Windows 7)

2010-10-18 Thread Richard Frainier
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