Skip to content

Commit 634c915

Browse files
committed
QtClassHelperMacros header only exists for Qt version >= 6.5
1 parent a616f13 commit 634c915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/log4qt/log4qtdefs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <QtGlobal>
55

6-
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
6+
#if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0)
77
#include <QtClassHelperMacros>
88
#endif
99

0 commit comments

Comments
 (0)