QT: disable debug output in Release mode
This commit is contained in:
parent
6fe1898ab6
commit
cd7f0a5177
@ -42,6 +42,10 @@
|
||||
|
||||
#include "precomp.hpp"
|
||||
|
||||
#ifndef _DEBUG
|
||||
#define QT_NO_DEBUG_OUTPUT
|
||||
#endif
|
||||
|
||||
#if defined( HAVE_QT_OPENGL )
|
||||
#include <QtOpenGL>
|
||||
#include <QGLWidget>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user