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
48bc72250c
commit
3b01e993c0
@ -66,7 +66,8 @@ CONFIG(force_angle) {
|
|||||||
macx {
|
macx {
|
||||||
LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
|
LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
|
||||||
CONFIG += objective_c
|
CONFIG += objective_c
|
||||||
QT += macextras gui-private
|
QT += gui-private
|
||||||
|
lessThan(QT_MAJOR_VERSION, 6): QT += macextras
|
||||||
}
|
}
|
||||||
|
|
||||||
#CONFIG += release
|
#CONFIG += release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user