summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/audiorecorder/audiorecorder.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/audiorecorder/audiorecorder.pro')
-rw-r--r--examples/multimedia/audiorecorder/audiorecorder.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/multimedia/audiorecorder/audiorecorder.pro b/examples/multimedia/audiorecorder/audiorecorder.pro
index 5de038410..a0e05cc03 100644
--- a/examples/multimedia/audiorecorder/audiorecorder.pro
+++ b/examples/multimedia/audiorecorder/audiorecorder.pro
@@ -22,12 +22,3 @@ INSTALLS += target
QT+=widgets
include(../shared/shared.pri)
-macos {
- macx-xcode {
- code_sign_entitlements.name = CODE_SIGN_ENTITLEMENTS
- code_sign_entitlements.value = $$PWD/$${TARGET}.entitlements
- QMAKE_MAC_XCODE_SETTINGS += code_sign_entitlements
- } else {
- QMAKE_POST_LINK += "codesign --sign - --entitlements $$PWD/$${TARGET}.entitlements $${OUT_PWD}/$${TARGET}.app"
- }
-}