Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am building qtwebkit 2.3 with commandline as, WEBKIT_OUTPUTDIR=pwd/qt485-rpi-qpa ../qtwebkit-23/Tools/Scripts/build-webkit --qt I am expecting it to create interim files and release output in pwd/qt485-rpi-qpa but it doesn't do that .. any clue?
pwd
where does it go ? Can you output WEBKIT_OUTPUTDIR and see indeed this is returning the proper directory name ?
It is stored in <qtwebkit-folder>/WebKitBuild/Release folder.
In one of my attempts, I had even tried exporting WEBKIT_OUTPUTDIR=pwd/qt485-rpi-qpa first and then firing "build- webkit" script but no luck.