disabled qDebug() output in the whole server project

This commit is contained in:
Luis Ángel San Martín 2015-12-13 21:12:28 +01:00
parent df6560fcc1
commit aba3d0f1f6
3 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,7 @@ INCLUDEPATH += ../common \
./server \
./db
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY QT_NO_DEBUG_OUTPUT
#load default build flags
#TODO include (../config.pri)

View File

@ -4,7 +4,6 @@
#include "library_creator.h"
#include "check_new_version.h"
#define QT_NO_DEBUG_OUTPUT
static QString fields = "title ,"

View File

@ -9,7 +9,6 @@
#include "open_callbacks.h"
#include "extract_callbacks.h"
#define QT_NO_DEBUG_OUTPUT
//DEFINE_GUID(CLSID_CFormat7z,0x23170F69, 0x40C1, 0x278A, 0x10, 0x00, 0x00, 0x01, 0x10, 0x07, 0x00, 0x00);
//DEFINE_GUID(IArchiveKK,0x23170F69, 0x40C1, 0x278A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x60, 0x00, 0x00);