add tray icon (#1035)
This commit is contained in:
parent
237f21573b
commit
014d693112
18 changed files with 314 additions and 2 deletions
|
|
@ -59,6 +59,7 @@ Install Requirements
|
|||
gcc \
|
||||
gcc-c++ \
|
||||
intel-mediasdk-devel \ # x86_64 only
|
||||
libappindicator-gtk3-devel \
|
||||
libcap-devel \
|
||||
libcurl-devel \
|
||||
libdrm-devel \
|
||||
|
|
@ -94,6 +95,7 @@ Install Requirements
|
|||
build-essential \
|
||||
cmake \
|
||||
g++-10 \
|
||||
libappindicator3-dev \
|
||||
libavdevice-dev \
|
||||
libboost-filesystem-dev \
|
||||
libboost-locale-dev \
|
||||
|
|
@ -142,6 +144,7 @@ Install Requirements
|
|||
sudo apt update && sudo apt install \
|
||||
build-essential \
|
||||
cmake \
|
||||
libappindicator3-dev \
|
||||
libavdevice-dev \
|
||||
libboost-filesystem-dev \
|
||||
libboost-locale-dev \
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ Code
|
|||
src/rtsp
|
||||
src/stream
|
||||
src/sync
|
||||
src/system_tray
|
||||
src/task_pool
|
||||
src/thread_pool
|
||||
src/thread_safe
|
||||
|
|
|
|||
4
docs/source/source/src/system_tray.rst
Normal file
4
docs/source/source/src/system_tray.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
system_tray
|
||||
===========
|
||||
|
||||
.. doxygenfile:: system_tray.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue