util/unicode: enable asserts unconditionally

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>
This commit is contained in:
Giuseppe D'Angelo 2021-04-15 14:38:36 +02:00
parent aeeaab1a5a
commit 8546e017c0

View File

@ -1,3 +1,4 @@
SOURCES += main.cpp
QT = core
CONFIG += console
DEFINES += QT_FORCE_ASSERTS