[solved]#include <QScriptEngine> error
-
wrote on 28 Dec 2011, 18:40 last edited by
Hiii, I am trying to make a math parser using QScripts but when i include
@#include <QScriptEngine>@
it give me an error no such file or directory so what is the error if it is third party or something , thnQ =) -
wrote on 28 Dec 2011, 18:44 last edited by
How are you compiling? What is your include path set to?
-
wrote on 28 Dec 2011, 18:46 last edited by
I don't understand you question , my installation path is the default one and my project is saved in my documents.
-
wrote on 28 Dec 2011, 19:00 last edited by
Have you added .. to your .pro file?
@
QT += script
@ -
wrote on 28 Dec 2011, 19:00 last edited by
Do you have in .pro file:
@
QT += script
@
? -
wrote on 28 Dec 2011, 19:29 last edited by
nooo :D:D thnQQQ =) I don't know how did I lose smthin like this :$
1/6