8546e017c0
If one "accidentally" uses a release build of the unicode tool, the asserts within it won't fire. Enable them in all cases. Change-Id: I9d63641dc6d6d2e5805b61b36f8c28e624b25e12 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
5 lines
76 B
Prolog
5 lines
76 B
Prolog
SOURCES += main.cpp
|
|
QT = core
|
|
CONFIG += console
|
|
DEFINES += QT_FORCE_ASSERTS
|