mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 03:50:20 -07:00
1. Use FeatureSummary module to show configuration results. 2. Invert option()/find_package() relationship: instead of calling find_package(... REQUIRED) when option is set, rely on optional find package call and PackageName_FOUND variable. 3. Refactor handling options that result in simple preprocessor defines (actually copy the snippet from libtorrent) so that everything is done in a single function call. 4. Populate target properties in order to get rid of include_directories() calls. |
||
---|---|---|
.. | ||
app | ||
base | ||
gui | ||
icons | ||
lang | ||
searchengine | ||
webui | ||
CMakeLists.txt | ||
config.h.cmakein | ||
icons.qrc | ||
lang.qrc | ||
qbittorrent.exe.manifest | ||
qbittorrent.ico | ||
qbittorrent.rc | ||
qbittorrent_file.ico | ||
qbittorrent_mingw.rc | ||
searchengine.qrc | ||
src.pro | ||
update_qrc_files.py |