mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
macextras is not available in qt6
This commit is contained in:
committed by
Luis Ángel San Martín
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
|
||||||
|
Reference in New Issue
Block a user