This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
qBittorrent
Watch
1
Star
0
Fork
You've already forked qBittorrent
0
mirror of
https://github.com/qbittorrent/qBittorrent.git
synced
2024-11-28 21:38:51 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
73e9dce143
qBittorrent
/
dist
/
windows
/
CMakeLists.txt
5 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
CMake: overhaul and improve scripts - Bump minimum required version and make use of more modern language features - Rely more on target_...() commands to establish dependency relationships between targets rather than directory property commands - Improve libtorrent package discovery - Enable and handle application features more explicitly - Improve user-facing output - Fix various compilation issues on Windows (MSVC and MinGW) and macOS - Improve handling of translations - Add explanatory comments where relevant - Make CMake scripts fully independent of qmake files/details - Remove old functions/macros
2020-05-03 21:28:07 +03:00
install(FILES qt.conf
DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT runtime
)
Reference in a new issue
Copy permalink