diff options
author | Matt Porter <mporter@konsulko.com> | 2017-11-09 15:55:44 -0500 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2017-11-09 16:00:56 -0500 |
commit | 202a1402f1e59c73e631ef9495c22fee30bafac2 (patch) | |
tree | ba505a8ebf7c0a18f6371df5d09f17b99084cb68 /app/app.pri | |
parent | f9cbfb636f6dce351f26e6b86dcb0080a32cd18d (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.pri')
-rw-r--r-- | app/app.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/app.pri b/app/app.pri index 014646f..c3b1fd1 100644 --- a/app/app.pri +++ b/app/app.pri @@ -1,4 +1,5 @@ TEMPLATE = app +QMAKE_LFLAGS += "-Wl,--hash-style=gnu -Wl,--as-needed" load(configure) qtCompileTest(libhomescreen) |