I am porting an old project from qt4.7.3 to qt5.2.1 (windows). Compiler complains that it can't find any of the QtScript* includes

Qt Code:
  1. #include <QScriptable>
  2. #include <QStringList>
  3. #include <QScriptContext>
  4. #include <QScriptEngine>
  5. #include <QScriptValue>
  6. #include <QScriptTools>
To copy to clipboard, switch view to plain text mode 

quick review of the source tree under qtbase\include shows that under QtScript folder there is a single file, QtScriptDepends, and not QScript. Same with QtScriptTools folder.

What is going on? Where are script includes now? Any help will be greatly appreciated.

Thanks.