mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-31 20:28:22 +03:00
7712d0ada0
Enable backtrace stuff only if GNU C library used, because current backtrace implementation based on <execinfo.h> , which is not a part of standard C library, it is a GNU extension. This will be usefull when building with custom POSIX-compilant C library (like musl) and no <execinfo.h> available. Note: configure script will detect presence of <execinfo.h> and enable/disable feature depending on it. Feature is enabled by default. |
||
---|---|---|
.. | ||
qtsingleapplication | ||
app.pri | ||
application.cpp | ||
application.h | ||
CMakeLists.txt | ||
cmdoptions.cpp | ||
cmdoptions.h | ||
filelogger.cpp | ||
filelogger.h | ||
main.cpp | ||
stacktrace.h | ||
stacktrace_win.h | ||
stacktrace_win_dlg.h | ||
stacktrace_win_dlg.ui | ||
upgrade.h |