QMLTest: Fix output of file names, make output more verbose.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Fri, 6 Jan 2012 12:25:51 +0000 (13:25 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 11 Jan 2012 13:25:00 +0000 (14:25 +0100)
commit424d30275c0d70698cbdd349f8026c38eebc59b7
treea8104e07be2f9ec0e234ee82a24c4216fe77fb95
parent5daace87139ed4b36b756bcd51ddb6f8fe22897b
QMLTest: Fix output of file names, make output more verbose.

- Check command line arguments thoroughly.
- Change all QuickTestResult functions taking file names to
  accept QUrls and format them using QUrl::toLocalFile() in case
  of local file names in order to display Windows drive
  letters correctly.
- Introduce a template function (for QDeclarativeView, QQuickView)
  that dumps out all available information when compilation goes
  wrong.
- Skip 'Debug', 'Release' folders for Windows builds.

Change-Id: Ibdd92867870a2b05494de8a0adbe0910d4897ba2
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
src/qmltest/quicktest.cpp
src/qmltest/quicktestresult.cpp
src/qmltest/quicktestresult_p.h