Hi,
I'm trying to compile a code developed on windows with eclipse and Qt integration.
Everything seems to be OK except preprocessing include command for QtScript.
Qt Code:
  1. g++ -c -m64 -pipe -O2 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o main.o main.cpp
  2. In file included from main.cpp:1:
  3. qgraphtest.h:6:25: error: QScriptEngine: No such file or directory
  4. qgraphtest.h:7:24: error: QScriptValue: No such file or directory
  5. make: *** [main.o] Error 1
To copy to clipboard, switch view to plain text mode 
In eclipse project tree in "Includes" there is "/usr/lib64/qt4/include/QtScript" listed.
Can anybody help mr on this?
I'm using openSUSE 64bit with KDE 4.2
In windows XP same code compiled with no problems. I created eclipse project by using Import -> Qt Project

Thank you