Skip to content

Commit b32d931

Browse files
authored
macOS: use default QMAKE_MACOSX_DEPLOYMENT_TARGET
It is 10.13 for Qt 5.15. Can be set explicitly later, if it makes any sense.
1 parent 785d404 commit b32d931

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

global.pri

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ use_gold_linker:!clang: QMAKE_LFLAGS += -Wl,--disable-new-dtags
9090
macx:QMAKE_TARGET_BUNDLE_PREFIX = com.cybertech
9191

9292
macx-clang {
93-
QMAKE_MACOSX_DEPLOYMENT_TARGET=10.12
9493
QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/
9594
}
9695

0 commit comments

Comments
 (0)