Drop Qt 5 support

This commit is contained in:
luisangelsm
2026-02-20 21:48:15 +01:00
parent 9e0974be12
commit 7218d0dc87
27 changed files with 56 additions and 285 deletions

View File

@ -45,16 +45,13 @@ macx {
CONFIG += objective_c
LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
lessThan(QT_MAJOR_VERSION, 6): QT += macextras
}
QT += network widgets core multimedia svg
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
QT += core5compat
greaterThan(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 6) {
QT += gui-private
}
greaterThan(QT_MINOR_VERSION, 6): QT += gui-private
#CONFIG += release
CONFIG -= flat