fixed crash restart conditions

This commit is contained in:
fourtf
2019-09-22 16:14:16 +02:00
parent 431d35e528
commit f27c8eb1b4
2 changed files with 15 additions and 14 deletions
+5
View File
@@ -39,6 +39,11 @@ macx {
LIBS += -L/usr/local/lib
}
# Set C_DEBUG if it's a debug build
CONFIG(debug, debug|release) {
DEFINES += C_DEBUG
}
# Submodules
include(lib/warnings.pri)
include(lib/appbase.pri)