Disable Qt bug 129596 workeround for QT >= 6.8.1

The fix is also in 6.5.8+, but honestly I would not bother ...
This commit is contained in:
Jiří Pinkava
2024-10-23 23:35:45 +02:00
committed by Chris Hennes
parent 72af6abd2f
commit 9ba6bc1b9e

View File

@@ -30,7 +30,7 @@
#include <App/Application.h>
#if QT_VERSION >= QT_VERSION_CHECK(6,0,0)
#if QT_VERSION >= QT_VERSION_CHECK(6,0,0) && QT_VERSION < QT_VERSION_CHECK(6,8,1)
# define HAS_QTBUG_129596
#endif