summaryrefslogtreecommitdiffstats
path: root/src/script/script.pri
Commit message (Collapse)AuthorAgeFilesLines
* Clean upJedrzej Nowacki2009-08-181-1/+0
| | | | | | Remove old unused visitors code. Reviewed-by: Kent Hansen
* QtScript building system changeJedrzej Nowacki2009-08-111-32/+0
| | | | | | | | Make new dependency: QScripttools on Webkit. This change is needed to implement QScriptEngineAgent as child of JSC::Debugger. Exclude common part from scripttool.pri and script.pri and move it to webkit.pri
* compile qtscript with -DNDEBUGKent Hansen2009-08-111-1/+1
| | | | | | We don't need the JSC asserts anymore now, hopefully. More importantly, this changemakes programs that link against both QtScript and QtWebKit not crash.
* disable the JIT for nowKent Hansen2009-06-291-0/+2
| | | | Eases debugging.
* enable assertions in JSC by defaultKent Hansen2009-06-231-1/+1
| | | | | It's really needed at this stage to make sure we're not calling JSC functions with bogus arguments etc.
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-120/+31
|
* Long live Qt!Lars Knoll2009-03-231-0/+124