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

[webkit-help] disable selection of text and images

2010-10-18 Thread Efan...
Hi I am totally new to this group. I want to disable selection of Text and graphics in my QWebView, it seems that there is no way via Qt i can do this , so only option I am left with is to modify webkit code. I am new to webkit code too, but I am willing to put my time and effort to do this, Can