From 5e7f491bd4a49fdeef58811b25fe7e0a27348278 Mon Sep 17 00:00:00 2001 From: versat Date: Thu, 7 Feb 2019 15:00:07 +0100 Subject: [PATCH] qt.cfg: Add support for qFatal() which aborts the program Reference: https://doc.qt.io/qt-5/qtglobal.html#qFatal --- cfg/qt.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cfg/qt.cfg b/cfg/qt.cfg index acb9c2f6c..b1b90d86b 100644 --- a/cfg/qt.cfg +++ b/cfg/qt.cfg @@ -1236,6 +1236,17 @@ + + + true + + + + + + + +