Skip to content

Commit 7744461

Browse files
committed
move webpush encryption code to seperate file
1 parent 8cd28f6 commit 7744461

File tree

5 files changed

+545
-456
lines changed

5 files changed

+545
-456
lines changed

src/webui/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ add_library(qbt_webui STATIC
1515
api/torrentscontroller.h
1616
api/transfercontroller.h
1717
api/serialize/serialize_torrent.h
18+
api/webpush/webpush_utils.h
1819
webapplication.h
1920
webui.h
2021

@@ -32,6 +33,7 @@ add_library(qbt_webui STATIC
3233
api/torrentscontroller.cpp
3334
api/transfercontroller.cpp
3435
api/serialize/serialize_torrent.cpp
36+
api/webpush/webpush_utils.cpp
3537
webapplication.cpp
3638
webui.cpp
3739
)

0 commit comments

Comments
 (0)