Output file line number to debug log in release mode
parent
a945612718
commit
6445f453c5
|
@ -1,6 +1,7 @@
|
||||||
QT += core widgets opengl network
|
QT += core widgets opengl network
|
||||||
CONFIG += release
|
CONFIG += release
|
||||||
DEFINES += NDEBUG
|
DEFINES += NDEBUG
|
||||||
|
DEFINES += QT_MESSAGELOGCONTEXT
|
||||||
RESOURCES += resources.qrc
|
RESOURCES += resources.qrc
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
|
|
Loading…
Reference in New Issue