mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
macextras is not available in qt6
This commit is contained in:
parent
bbe79cc27a
commit
52fe8683bb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user