Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test data to a qrc file. | Jedrzej Nowacki | 2010-12-06 | 1 | -9/+1 |
| | | | | | | Using qrc file simplify deployment on a device. Reviewed-by: Kent Hansen | ||||
* | Changed various DEPLOYMENT variable ".sources" suffixes to ".files" | Miikka Heikkinen | 2010-12-02 | 1 | -1/+1 |
| | | | | | | | Starting from Qt 4.8, ".files" is the correct variable suffix to use for declaring deployment files. Reviewed-by: Janne Koskinen | ||||
* | Import V8 benchmarks for QtScript | Kent Hansen | 2010-11-01 | 1 | -0/+20 |
Gives us an easy way to check pure JS performance whenever we update QtScript's back-end. QTestLib integration also means that the performance can be readily tracked over time by Qt's QA systems. Reviewed-by: Jedrzej Nowacki |