Commit 3552af2
committed
fix: disable Qt removed_api feature to prevent symbol conflicts
Qt was compiling removed_api.cpp which defined symbols like QLocale::QLocale, QReadWriteLock, etc. These were conflicting with the same symbols defined in qBittorrent itself and other libraries. Adding -no-feature-removed_api to the Qt configure step prevents Qt from building these deprecated APIs, eliminating the linker conflicts.1 parent 3fa9fea commit 3552af2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments