mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 03:14:44 +00:00
40f4223d02
Move files to where it belongs
36 lines
716 B
CMake
36 lines
716 B
CMake
add_library(qbt_webui STATIC
|
|
# headers
|
|
api/apicontroller.h
|
|
api/apierror.h
|
|
api/appcontroller.h
|
|
api/isessionmanager.h
|
|
api/authcontroller.h
|
|
api/logcontroller.h
|
|
api/rsscontroller.h
|
|
api/synccontroller.h
|
|
api/torrentscontroller.h
|
|
api/transfercontroller.h
|
|
api/serialize/serialize_torrent.h
|
|
extra_translations.h
|
|
webapplication.h
|
|
webui.h
|
|
|
|
# sources
|
|
api/apicontroller.cpp
|
|
api/apierror.cpp
|
|
api/appcontroller.cpp
|
|
api/authcontroller.cpp
|
|
api/logcontroller.cpp
|
|
api/rsscontroller.cpp
|
|
api/synccontroller.cpp
|
|
api/torrentscontroller.cpp
|
|
api/transfercontroller.cpp
|
|
api/serialize/serialize_torrent.cpp
|
|
webapplication.cpp
|
|
webui.cpp
|
|
)
|
|
|
|
qbt_target_sources(qBittorrent PRIVATE www/webui.qrc)
|
|
|
|
target_link_libraries(qbt_webui PUBLIC qbt_base)
|