forked from qt-creator/qt-creator
Clang: Enable QTC_ASSERT() output
We had all debug output disabled by default, even the one generated from QTC_ASSERT and friends. Change-Id: Ie41eac49c2c3da25f584e43d7c9a292715b3f355 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -55,7 +55,7 @@ QString processArguments(QCoreApplication &application)
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QLoggingCategory::setFilterRules(QStringLiteral("*.debug=false"));
|
||||
QLoggingCategory::setFilterRules(QStringLiteral("qtc.*.debug=false"));
|
||||
|
||||
QCoreApplication::setOrganizationName(QStringLiteral("QtProject"));
|
||||
QCoreApplication::setOrganizationDomain(QStringLiteral("qt-project.org"));
|
||||
|
||||
Reference in New Issue
Block a user