Usually I can build the stand-alone JS interpreter by doing: cd JavaScriptCore && qmake && make However, since http://trac.webkit.org/changeset/53187, I can't do it anymore. Since I got no clue about the build system, any hints on how to build JS interpreter for the Qt port?