summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2017-11-09 15:55:44 -0500
committerMatt Porter <mporter@konsulko.com>2017-11-09 16:00:56 -0500
commit202a1402f1e59c73e631ef9495c22fee30bafac2 (patch)
treeba505a8ebf7c0a18f6371df5d09f17b99084cb68 /app/app.pro
parentf9cbfb636f6dce351f26e6b86dcb0080a32cd18d (diff)
Move ringtone logic from QML to Phone class
Adds a Phone class that implements ringtone logic. This allows for the ringtone to be started/stopped even if the phone app is not visible (QML render thread not executing) and the QML implementation can be removed. Bug-AGL: SPEC-1081 Change-Id: I7d0dd5f167ce1f53477d6c9d8053111996033e4c Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro
index 979c9f6..bc1ab2f 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,7 +1,8 @@
TARGET = phone
-QT = quickcontrols2 websockets
+QT = quickcontrols2 websockets multimedia
-SOURCES = main.cpp
+SOURCES = main.cpp phone.cpp
+HEADERS = phone.h
SUBDIRS = telephony-binding