gui: with the define NDEBUG the assertions are disabled
This commit is contained in:
parent
ee7b09fb8d
commit
348c663ce0
|
@ -8,6 +8,7 @@ MOC_DIR = temp
|
|||
OBJECTS_DIR = temp
|
||||
UI_DIR = temp
|
||||
CONFIG += warn_on
|
||||
DEFINES += NDEBUG
|
||||
RESOURCES = gui.qrc
|
||||
FORMS = main.ui \
|
||||
resultsview.ui \
|
||||
|
|
Loading…
Reference in New Issue