Skip to content

Commit bfd7e33

Browse files
committed
build: remove plugin_no_soname from mac qt qmake.conf
plugin_no_soname was removed from Qt some time ago, see upstream commit 1d034244c261520d5e739534dc264c2500e02b5f. It was replaced with plugin_with_soname, however that is currently only used (as of 5.15.x) in the Android Clang mkspec.
1 parent fdde4c7 commit bfd7e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/patches/qt/mac-qmake.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MAKEFILE_GENERATOR = UNIX
2-
CONFIG += app_bundle incremental global_init_link_order lib_version_first plugin_no_soname absolute_library_soname
2+
CONFIG += app_bundle incremental global_init_link_order lib_version_first absolute_library_soname
33
QMAKE_INCREMENTAL_STYLE = sublib
44
include(../common/macx.conf)
55
include(../common/gcc-base-mac.conf)

0 commit comments

Comments
 (0)