qmlscene: Add option --verbose to obtain diagnostic output.
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Fri, 29 May 2015 15:24:33 +0000 (17:24 +0200)
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Thu, 4 Jun 2015 07:03:45 +0000 (07:03 +0000)
commitd910065eea4481929dbc86bb3f5e3f1f5c15484e
tree9ea91bec97f0c859733e82a64071a69023ada99a
parent7c22994176d37b3f5c9505635b63ae502aafdfec
qmlscene: Add option --verbose to obtain diagnostic output.

Print the build information and connect to
QQuickWindow::openglContextCreated() to print information on the
GL driver (similar to qtdiag).
Set a window title indicating render type and Qt version.

Task-number: QTBUG-46030
Change-Id: Ib4376126bf9c63f4cab8cb530ff1da66394b634b
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
tools/qmlscene/main.cpp