qBittorrent/src
Eugene Shalygin fa770871e9 Refactor CMake build scripts
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.
2018-06-05 11:39:11 +02:00
..
app Refactor CMake build scripts 2018-06-05 11:39:11 +02:00
base Refactor CMake build scripts 2018-06-05 11:39:11 +02:00
gui Refactor CMake build scripts 2018-06-05 11:39:11 +02:00
icons Use 32px icons for favicon 2018-05-09 15:53:34 +08:00
lang Sync translations from Transifex and run lupdate 2018-05-27 21:01:16 +03:00
searchengine Fix typo 2018-03-14 23:37:08 +08:00
webui Refactor CMake build scripts 2018-06-05 11:39:11 +02:00
CMakeLists.txt Refactor CMake build scripts 2018-06-05 11:39:11 +02:00
config.h.cmakein Drop Qt 4 support 2017-03-05 22:24:59 +01:00
icons.qrc Use 32px icons for favicon 2018-05-09 15:53:34 +08:00
lang.qrc Sort the resource lists 2017-08-29 13:39:02 +08:00
qbittorrent.exe.manifest Embed manifest when compiling with MSVC 2017-03-04 13:09:32 +08:00
qbittorrent.ico Update Windows icons 2018-05-12 11:34:53 +04:00
qbittorrent.rc Update copyright year. 2018-01-06 02:23:09 +02:00
qbittorrent_file.ico Update Windows icons 2018-05-12 11:34:53 +04:00
qbittorrent_mingw.rc Add MinGW-specific project file (sledgehammer999) 2011-03-23 17:02:26 +00:00
searchengine.qrc Sort the resource lists 2017-08-29 13:39:02 +08:00
src.pro Allow to disable Stacktrace support 2018-04-10 20:51:11 +03:00
update_qrc_files.py Change project directory structure. 2015-02-05 19:10:26 +03:00