Fix build with QT_NO_DEBUG_OUTPUT defined
authorSamuel Gaist <samuel.gaist@edeltech.ch>
Wed, 22 Oct 2014 22:34:09 +0000 (00:34 +0200)
committerSamuel Gaist <samuel.gaist@edeltech.ch>
Thu, 23 Oct 2014 23:21:59 +0000 (01:21 +0200)
commit0f65f30cf463c98ded6074751b525e34eb2a73e9
tree1e930e52f37ccd0a1af1ac3f3be55bd334f676db
parent174e998e4ef59f422afc94ea1165802ed5552c3f
Fix build with QT_NO_DEBUG_OUTPUT defined

The use of the qDebug() macro to construct a QDebug object fails when
QT_NO_DEBUG_OUTPUT is defined when building Qt.
This patch aims to fix this.

[ChangeLog][General][Build] Can now build with QT_NO_DEBUG_OUTPUT
defined

Change-Id: If807ee3439db2a98b4d146f75860a98f40c247ec
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp