mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 01:36:15 +03:00
f066d8d786
If we were conditionally enabling _BSD_SOURCE or _SVID_SOURCE, I can understand trying to play nice with the compiler and only pass as needed, however this is not the case and glibc <= 2.19 will not care that we are passing _DEFAULT_SOURCE. This removes an unnecessary build step and gives us less to maintain from a build system perspective. Small cosmetic changes to MacroQbtCompilerSettings are included. |
||
---|---|---|
.. | ||
bundle.cmake | ||
CompileFeature.cmake | ||
DeployQt5.cmake | ||
FindLibtorrentRasterbar.cmake | ||
FindSystemd.cmake | ||
FunctionReadVersion.cmake | ||
MacroConfigureMSVCRuntime.cmake | ||
MacroLinkQtComponents.cmake | ||
MacroQbtCompilerSettings.cmake | ||
QbtTargetSources.cmake | ||
QbtTranslations.cmake | ||
winconf-mingw.cmake | ||
winconf-msvc.cmake | ||
winconf.cmake |