aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/window/window.pro
Commit message (Collapse)AuthorAgeFilesLines
* qmltest: Split into separate testsRobin Burchell2017-04-201-0/+1
Running everything in one big process has high risks of problems caused by globally mutable state. It also makes running small subsets of the tests more painful than it needs to be. Make use of the new QML-only test support in qtbase to have one project per subdirectory instead. This means no more C++ "stub" binary (just run make check or qmltestrunner in the directory). This relies on qtbase/727da2965caa8bccf8bbfbdd571ed05b35251f82. Change-Id: I0da70dba19aa54e456cd183b4b6b245ee20b1f3a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>