Skip to content

Commit

Permalink
Revert "No Cocoa"
Browse files Browse the repository at this point in the history
This reverts commit 69f2186.
  • Loading branch information
jdpurcell committed Dec 1, 2024
1 parent 4dc0332 commit 0ee0a04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qView.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0ee0a04

Please sign in to comment.