annotate config.pri.in @ 2265:d33dff02b39b sandbox-notarize

Work on sandboxing (possibly) and using the hardened runtime for notarization. Supply appropriate bundle ID for helpers as well as main application, and request inherited sandbox entitlements. Currently works with sandboxing (apparently) but not yet with the hardened runtime, where we can't load plugins signed by third parties even with the com.apple.security.cs.disable-library-validation entitlement because their team IDs don't match the host. Possibly that exception is supposed to be requested some other way?
author Chris Cannam
date Thu, 25 Apr 2019 16:46:02 +0100
parents 810a0b8f5472
children 32718f05903d
rev   line source
Chris@361 1
Chris@361 2 CONFIG += @QMAKE_CONFIG@
Chris@350 3
Chris@1753 4 PREFIX_PATH = @prefix@
Chris@1753 5
Chris@350 6 DEFINES += @HAVES@
Chris@350 7
Chris@355 8 QMAKE_CC = @CC@
Chris@355 9 QMAKE_CXX = @CXX@
Chris@356 10 QMAKE_LINK = @CXX@
Chris@355 11
Chris@350 12 QMAKE_CFLAGS += @CFLAGS@
Chris@350 13 QMAKE_CXXFLAGS += @CXXFLAGS@
Chris@564 14 QMAKE_LFLAGS += @LDFLAGS@
Chris@350 15
Chris@1976 16 CONFIG += @CXXSTANDARD@
Chris@1976 17
Chris@1831 18 linux*:LIBS += -L$$PWD -lbase -lasound -ldl
Chris@353 19
Chris@564 20 macx*:DEFINES += HAVE_COREAUDIO
Chris@564 21 macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
Chris@353 22
Chris@350 23 LIBS += @LIBS@
Chris@350 24
Chris@1917 25 linux*:LIBS -= -ljack
Chris@1917 26
Chris@1917 27 DEFINES += HAVE_PIPER HAVE_PLUGIN_CHECKER_HELPER DYNAMIC_JACK