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:
committed by
Chris Hennes
parent
72af6abd2f
commit
9ba6bc1b9e
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user