mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
disabled qDebug() output in the whole server project
This commit is contained in:
parent
df6560fcc1
commit
aba3d0f1f6
@ -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)
|
||||
|
@ -4,7 +4,6 @@
|
||||
#include "library_creator.h"
|
||||
#include "check_new_version.h"
|
||||
|
||||
#define QT_NO_DEBUG_OUTPUT
|
||||
|
||||
static QString fields = "title ,"
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user