summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-12-20 18:03:51 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-01-01 20:25:52 -0800
commit2f812cb95986ccdd2b1c1bc857c2cff6de822a9c (patch)
tree4d694ce5c279f2fa25e2a67f4d7794d3c8071537 /app/app.pro
parent1b5502aede7a033e3d9aea6a728010eefecfc6f1 (diff)
settings: remove dbus outdated code and references
Bluetooth and WiFi status icons are set in the Homescreen now by listening to respective binding events. DBus calls to Homescreen to set status icons is no longer needed or should be used by any new section. Change-Id: Ia5b0bd828fd2a46d9ed20ec49d128540e354eb95 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro
index 23dce89..566d2b6 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,5 +1,5 @@
TARGET = settings
-QT = quickcontrols2 websockets dbus
+QT = quickcontrols2 websockets
SOURCES = main.cpp
@@ -12,7 +12,6 @@ RESOURCES += \
datetime/datetime.qrc \
wifi/wifi.qrc \
bluetooth/bluetooth.qrc \
- example/example.qrc \
version/version.qrc