Skip to content

Commit

Permalink
No Cocoa
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Dec 1, 2024
1 parent 0e5f5b6 commit 69f2186
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 69f2186

Please sign in to comment.