diff options
author | 2019-12-03 23:36:35 +0100 | |
---|---|---|
committer | 2019-12-20 17:50:36 +0000 | |
commit | 5517a6540e5f5e37ea15b74d7ad9d41bf3ca3297 (patch) | |
tree | 81d979036c5eba7ab9eb4ce46661d3cbe96d4189 /app/app.pro | |
parent | 0a12218c21b31a870e0cb2cd8a4d5b0d6924e119 (diff) |
voice: add voice agents settings page
Bug-AGL: SPEC-2981
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I8eb6ae44db10039197da406446b5057ae9cb3b50
(cherry picked from commit 32872aa68ef8caa98ead052b91151fbed560e2bb)
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro index 1d06003..c26e44b 100644 --- a/app/app.pro +++ b/app/app.pro @@ -13,7 +13,7 @@ RESOURCES += \ wifi/wifi.qrc \ wired/wired.qrc \ bluetooth/bluetooth.qrc \ - version/version.qrc - + version/version.qrc \ + voice/voice.qrc include(app.pri) |