mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Start supporting Qt6
Everything is broken but we want to start fixing as much as possible
This commit is contained in:
@ -35,10 +35,6 @@ defineTest(minQtVersion) {
|
||||
error(YACReader requires Qt 5.9 or newer but $$[QT_VERSION] was detected)
|
||||
}
|
||||
|
||||
minQtVersion(6, 0, 0) {
|
||||
error(YACReader does not support building with Qt6 (yet))
|
||||
}
|
||||
|
||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050900
|
||||
DEFINES += QT_DEPRECATED_WARNINGS
|
||||
|
||||
|
Reference in New Issue
Block a user