We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3d136 commit 2bb2639Copy full SHA for 2bb2639
CMakeLists.txt
@@ -64,7 +64,7 @@ if (NOT (Qt5_FOUND OR Qt6_FOUND))
64
elseif(Qt5_FOUND)
65
message("Qt5 found.")
66
message(STATUS "Qt version is ${Qt5Core_VERSION}")
67
- set(QT_MIN_VERSION 5.12.0)
+ set(QT_MIN_VERSION 5.9.0)
68
else()
69
message(FATAL_ERROR "No Qt found!")
70
endif()
src/log4qt/log4qt.h
@@ -459,8 +459,8 @@
459
460
#include <qglobal.h>
461
462
-#if QT_VERSION < QT_VERSION_CHECK(5, 12, 0)
463
-# error "Log4Qt requires Qt version 5.12.0 or higher"
+#if QT_VERSION < QT_VERSION_CHECK(5, 9, 0)
+# error "Log4Qt requires Qt version 5.9.0 or higher"
464
#endif
465
466
#if (defined(Q_CC_MSVC) && _MSC_VER < 1900)
0 commit comments