mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 14:57:52 +00: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.
13 lines
187 B
CMake
13 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()
|