Normalize define naming

This commit is contained in:
Rasmus Karlsson
2018-06-28 01:26:15 +02:00
parent 10df071077
commit 8ff29ebe05
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ CONFIG += precompile_header
useBreakpad {
LIBS += -L$$PWD/lib/qBreakpad/handler/build
include(lib/qBreakpad/qBreakpad.pri)
DEFINES += CHATTERINO_USE_BREAKPAD
DEFINES += C_USE_BREAKPAD
}
# https://bugreports.qt.io/browse/QTBUG-27018
@@ -450,4 +450,4 @@ win32-msvc* {
linux {
QMAKE_LFLAGS += -lrt
}
}