This problem with QtScript is following me around.
I had to rebuild Qt5.2.1 from sources. My Qt sources are installed in c:\Libraries\Qt\Qt5.2.1 Next, I rebuilt qtScript (located in c:\Libraries\Qt\Qt5.2.1\qtscript\qtscript.pro. And now my project that used to compile with qtscript includes is giving me compilation errors (can't find qtscript header files).
My question is:
The include paths in my project settings are $(QTDIR)\include\QtScript and $(QTDIR)\include\QtScriptTools, where $(QTDIR) is c:\Libraries\Qt\Qt5.2.1\qtbase.
But the qtscript.pro builds all includes in c:\Libraries\Qt\Qt5.2.1\qtscript\include. Changing include paths in my project to point to c:\Libraries\Qt\Qt5.2.1\qtscript\include does not help, i.e compiler does not find other qscript-dependent header.
What are the right steps to build qtscript in Qt5.2.1 and which includes to use in the project?
Bookmarks