mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
macextras is not available in qt6
This commit is contained in:
parent
48bc72250c
commit
3b01e993c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user