summaryrefslogtreecommitdiff
path: root/tests/tests.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fork the quicknanobrowser as tests/quicktestbrowserJocelyn Turcotte2014-03-191-1/+1
| | | | | | | | | | | | | | This also removed experimental API uses from the quicknanobrowser example, which should be used mainly for documentation purposes. The quicktestbrowser should be the one that we use from now on as a raw testbed of new APIs. As with other targets in the tests directory, it will only be built by default if Qt is configured with -developer-build (and without -nomake tests). Change-Id: Ib4461c898cd3227bbb810493daac4d841d0d8f3e Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
* Build fix for the Widgets tests can be running by make check.Adam Kallai2013-10-161-0/+3
Change-Id: Ic5ec80679f19235f441108e99e06d489ff2cabc3 Reviewed-by: Andras Becsi <andras.becsi@digia.com>