Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtCore autotests: make them paralelized. | Olivier Goffart | 2010-11-10 | 1 | -0/+1 |
| | | | | | | | | | | | The filesystem autotests are not paralized (because i was scary) For reference, script I used: cat corelib.pro | grep -v "=" | grep \\\\ | cut -f1 -d\\ | sed "s/\(.*\) /\1/" | grep -v file | xargs -I{} echo "echo CONFIG += parallel_test >> {}/{}.pro" > t . t Reviexed-by: Joao | ||||
* | These autotests do not really depend on gui, fixed dependencies. | Janne Anttila | 2009-07-30 | 1 | -1/+1 |
| | | | | | This fix will make the gradual porting of different Qt modules for new platforms easier. | ||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 1 | -0/+5 |