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
bbe79cc27a
commit
52fe8683bb
@ -65,9 +65,11 @@ win32 {
|
||||
}
|
||||
|
||||
macx {
|
||||
QT += macextras gui-private
|
||||
QT += gui-private
|
||||
CONFIG += objective_c
|
||||
LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
|
||||
|
||||
lessThan(QT_MAJOR_VERSION, 6): QT += macextras
|
||||
}
|
||||
|
||||
QT += network widgets core multimedia svg
|
||||
|
Loading…
Reference in New Issue
Block a user