Don't build qitemview autotest on IRIX.
authorJason McDonald <jason.mcdonald@nokia.com>
Tue, 4 Oct 2011 06:24:54 +0000 (16:24 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 5 Oct 2011 23:28:04 +0000 (01:28 +0200)
commit2ca337337608acfe6f3b6dc96a3ac8dcf20af011
tree54cd86a539f95c005819ac43efb7e38ebc0716b8
parent2aa9cb5957883f93af6993ce225a0cd2b0438916
Don't build qitemview autotest on IRIX.

The test was being skipped one test function at a time on IRIX.  It's
better to avoid building or running it, rather than spending time
running a test that does nothing on that platform.

This commit also turns a silent skip on other platforms into an explicit
QSKIP to make it more obvious that there's an unfixed TODO there.

Change-Id: I7cae4f0f2eaebf5977a781b2ce15d1e71ef13b36
Reviewed-on: http://codereview.qt-project.org/5957
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/gui.pro
tests/auto/qitemview/tst_qitemview.cpp