mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
disabled qDebug() output in the whole server project
This commit is contained in:
@ -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 ,"
|
||||
|
||||
|
Reference in New Issue
Block a user