macextras is not available in qt6

This commit is contained in:
Luis Ángel San Martín Rodríguez 2022-09-10 11:04:29 +02:00 committed by Luis Ángel San Martín
parent 48bc72250c
commit 3b01e993c0

View File

@ -66,7 +66,8 @@ CONFIG(force_angle) {
macx {
LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
CONFIG += objective_c
QT += macextras gui-private
QT += gui-private
lessThan(QT_MAJOR_VERSION, 6): QT += macextras
}
#CONFIG += release