macextras is not available in qt6

This commit is contained in:
Luis Ángel San Martín Rodríguez 2022-09-10 11:04:57 +02:00 committed by Luis Ángel San Martín
parent bbe79cc27a
commit 52fe8683bb

View File

@ -65,9 +65,11 @@ win32 {
} }
macx { macx {
QT += macextras gui-private QT += gui-private
CONFIG += objective_c CONFIG += objective_c
LIBS += -framework Foundation -framework ApplicationServices -framework AppKit LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
lessThan(QT_MAJOR_VERSION, 6): QT += macextras
} }
QT += network widgets core multimedia svg QT += network widgets core multimedia svg