From 52fe8683bbf2cca042d761f4c7d138c6b01440f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Sat, 10 Sep 2022 11:04:57 +0200 Subject: [PATCH] macextras is not available in qt6 --- YACReader/YACReader.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/YACReader/YACReader.pro b/YACReader/YACReader.pro index 7e909ae3..556e0585 100644 --- a/YACReader/YACReader.pro +++ b/YACReader/YACReader.pro @@ -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