Skip to content

Commit e1f2553

Browse files
committed
build: remove global_init_link_order from mac qt qmake.conf
This has been around since the original import of Qt (38be0d13830efd2d98281c645c3a60afe05ffece), however there are now only two instatnces of it left in the qt codebase, and from what I can gather, it's unused.
1 parent 498fa16 commit e1f2553

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 absolute_library_soname
2+
CONFIG += app_bundle incremental 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)