summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add unit tests for QMimeData.Robin Burchell2010-07-141-0/+1
| | | | | Merge-request: 2428 Reviewed-by: Andreas Kling <andreas.kling@nokia.com>
* Various fixes to autotests when using the symbian/linux-armcc mkspec.axis2010-06-291-0/+8
|
* Autotest: oops, fix oops: remove qguard from auto.proThiago Macieira2010-03-271-1/+0
|
* Added missing tests to tests/auto/*.proRohan McGovern2010-03-071-0/+1
|
* Fixed duplicate entry for windowsmobile in tests/auto/*.proRohan McGovern2010-03-041-1/+0
|
* Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-031-0/+223
Having the tests in separate projects allows for some optimization strategies when running the tests (e.g. start running corelib tests while the rest of Qt is still compiling), and allows developers to run only a subset of tests when appropriate.