summaryrefslogtreecommitdiffstats
path: root/tests/auto/other.pro
Commit message (Collapse)AuthorAgeFilesLines
* Mac: new auto test: macnativeeventsRichard Moe Gustavsen2010-03-241-0/+1
| | | | | | | | | | | This test will utilize the new API I wrote back in the days for posting/listening for native mouse and keyboard events on mac. By being able to create low-level native events that you can post to the window server, we can write tests that not only test the widgets layer of Qt, but also the platform dependent code that translates native events into Qt events. Reviewed-by: msorvig
* Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-031-0/+58
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.