Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
920 B
38 lines
920 B
add_library(qbt_webui STATIC |
|
# headers |
|
api/apicontroller.h |
|
api/apierror.h |
|
api/appcontroller.h |
|
api/authcontroller.h |
|
api/freediskspacechecker.h |
|
api/isessionmanager.h |
|
api/logcontroller.h |
|
api/rsscontroller.h |
|
api/searchcontroller.h |
|
api/synccontroller.h |
|
api/torrentscontroller.h |
|
api/transfercontroller.h |
|
api/serialize/serialize_torrent.h |
|
webapplication.h |
|
webui.h |
|
|
|
# sources |
|
api/apicontroller.cpp |
|
api/apierror.cpp |
|
api/appcontroller.cpp |
|
api/authcontroller.cpp |
|
api/freediskspacechecker.cpp |
|
api/logcontroller.cpp |
|
api/rsscontroller.cpp |
|
api/searchcontroller.cpp |
|
api/synccontroller.cpp |
|
api/torrentscontroller.cpp |
|
api/transfercontroller.cpp |
|
api/serialize/serialize_torrent.cpp |
|
webapplication.cpp |
|
webui.cpp |
|
) |
|
|
|
target_sources(qbt_webui INTERFACE www/webui.qrc) |
|
|
|
target_link_libraries(qbt_webui PRIVATE qbt_base)
|
|
|