mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
Merge pull request #8332 from sovrasov:qt_no_dbg_output_in_release
This commit is contained in:
commit
24efb02d93
@ -42,6 +42,10 @@
|
|||||||
|
|
||||||
#include "precomp.hpp"
|
#include "precomp.hpp"
|
||||||
|
|
||||||
|
#ifndef _DEBUG
|
||||||
|
#define QT_NO_DEBUG_OUTPUT
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined( HAVE_QT_OPENGL )
|
#if defined( HAVE_QT_OPENGL )
|
||||||
#include <QtOpenGL>
|
#include <QtOpenGL>
|
||||||
#include <QGLWidget>
|
#include <QGLWidget>
|
||||||
|
Loading…
Reference in New Issue
Block a user