mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
CMake: Put executable into top-level directory
This commit is contained in:
parent
642bf7b8a6
commit
fb42434946
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ set_target_properties(qBittorrent
|
||||||
AUTOUIC True
|
AUTOUIC True
|
||||||
AUTORCC True
|
AUTORCC True
|
||||||
MACOSX_BUNDLE True
|
MACOSX_BUNDLE True
|
||||||
|
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"
|
||||||
)
|
)
|
||||||
|
|
||||||
# translations
|
# translations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue