Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QtWebKit interim files and release doesn't get created in specified OUTPUT directory
-
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 inpwd
/qt485-rpi-qpa but it doesn't do that .. any clue?
-
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.