diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-11 01:05:02 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-11 01:05:02 -0800 |
commit | 7d7a2abc459456aa261f53d1f07ff54a2e6a810a (patch) | |
tree | bb01d793765b507391eff9640ba6f911b0d73213 /app/app.pro | |
parent | c01cd8bc05b4ac3e8bb198db35a8819453940671 (diff) |
ondemandnavi: remove aglextras from qmake files
aglextras is not used in any of the QML files so not actually
needed as a dependency.
Bug-AGL: SPEC-2880
Change-Id: Iba9b8ded2138ed83385f1babb8892b1b20186a66
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro index e881bc5..f04b4f8 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,5 +1,5 @@ TARGET = navigation -QT = quick qml aglextras +QT = quick qml PKGCONFIG += qlibhomescreen qlibwindowmanager QT += positioning |