From 69f218602096dd5709fe0bc87a0141cafa61a42a Mon Sep 17 00:00:00 2001 From: "J.D. Purcell" Date: Sat, 30 Nov 2024 19:36:53 -0500 Subject: [PATCH] No Cocoa --- qView.pro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qView.pro b/qView.pro index 016b2f19..ee08cb9b 100644 --- a/qView.pro +++ b/qView.pro @@ -55,11 +55,11 @@ macx { QT += svg # needed for macdeployqt added qsvg plugin automatically # To build without cocoa: qmake CONFIG+=NO_COCOA - !CONFIG(NO_COCOA) { - LIBS += -framework Cocoa - DEFINES += COCOA_LOADED - message("Linked to cocoa framework") - } + # !CONFIG(NO_COCOA) { + # LIBS += -framework Cocoa + # DEFINES += COCOA_LOADED + # message("Linked to cocoa framework") + # } QMAKE_TARGET_BUNDLE_PREFIX = "com.interversehq" QMAKE_INFO_PLIST = "dist/mac/Info.plist"