summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-llvm
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-06-21 18:20:51 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-06-22 15:13:02 +0000
commit1d034244c261520d5e739534dc264c2500e02b5f (patch)
tree2a710d5a42723ca151253c10374b4d7beac13587 /mkspecs/macx-llvm
parent4c630fce9e39ffa70492c114707359e9c4046443 (diff)
purge vestige: plugin_no_soname is no more
... for a loooong time. it was replaced by plugin_with_soname (which is unused so far). Change-Id: Ifc377d155d6eac41e85f3a0914ed817d55b5648b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'mkspecs/macx-llvm')
-rw-r--r--mkspecs/macx-llvm/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-llvm/qmake.conf b/mkspecs/macx-llvm/qmake.conf
index cf4e00cd61..1267a39e71 100644
--- a/mkspecs/macx-llvm/qmake.conf
+++ b/mkspecs/macx-llvm/qmake.conf
@@ -7,7 +7,7 @@
#
MAKEFILE_GENERATOR = UNIX
-CONFIG += app_bundle incremental global_init_link_order lib_version_first plugin_no_soname
+CONFIG += app_bundle incremental global_init_link_order lib_version_first
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/macx.conf)