diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-14 23:35:25 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-14 23:35:25 +0100 |
| commit | e78e1a69d7200da8012d9ef3a3b8fb25796d498e (patch) | |
| tree | d7d544b7758bd3227b4683991a5f2c0a9f6cbac6 /webtray.pro | |
| parent | 035ba2bd28eeca1b1658a1e69711842d3fbd152a (diff) | |
webtrayctl: add show
Diffstat (limited to 'webtray.pro')
| -rw-r--r-- | webtray.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webtray.pro b/webtray.pro index 536d000..4c2bf41 100644 --- a/webtray.pro +++ b/webtray.pro @@ -1,2 +1,3 @@ -SOURCES = src/main.cpp src/permissionmanager.cpp src/tray.cpp src/webwindow.cpp -QT += core gui webenginecore webenginewidgets widgets +SOURCES = src/main.cpp src/permissionmanager.cpp src/tray.cpp src/webwindow.cpp src/dbus.cpp +QT += core multimedia gui webenginecore webenginewidgets widgets dbus +HEADERS += src/dbus.hpp |