src/core/qwkcoreglobal.h
@@ -1,7 +1,7 @@ #ifndef QWKCOREGLOBAL_H #define QWKCOREGLOBAL_H #include <QLoggingCategory> #include <QtCore/QLoggingCategory> #ifndef QWK_CORE_EXPORT # ifdef QWK_CORE_STATIC @@ -21,5 +21,8 @@ #define QWK_DEBUG qCDebug(qWindowKitLog) #define QWK_WARNING qCWarning(qWindowKitLog) #define QWK_CRITICAL qCCritical(qWindowKitLog) #if QT_VERSION >= QT_VERSION_CHECK(6, 6, 0) # define QWK_FATAL qCFatal(qWindowKitLog) #endif #endif // QWKCOREGLOBAL_H