Commit cd7f0a51 authored by Vladislav Sovrasov's avatar Vladislav Sovrasov

QT: disable debug output in Release mode

parent 6fe1898a
......@@ -42,6 +42,10 @@
#include "precomp.hpp"
#ifndef _DEBUG
#define QT_NO_DEBUG_OUTPUT
#endif
#if defined( HAVE_QT_OPENGL )
#include <QtOpenGL>
#include <QGLWidget>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment