mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-29 11:18:22 +03:00
03da68b1cf
* Downgraded macOS CI to Qt 6.2.0 due to a bug in Qt Test module * Revised cmake build scripts * For now, only building via cmake is supported PR #17338.
12 lines
187 B
CMake
12 lines
187 B
CMake
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
add_subdirectory(app)
|
|
add_subdirectory(base)
|
|
|
|
if (GUI)
|
|
add_subdirectory(gui)
|
|
endif()
|
|
|
|
if (WEBUI)
|
|
add_subdirectory(webui)
|
|
endif()
|