diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-10 17:44:02 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-21 15:53:57 -0800 |
commit | c4e175498fd57d3a8f571eb2b20575aed4a3ca2a (patch) | |
tree | 395dea05c665f42054e97d0fb414bae1c57c6b17 /app | |
parent | d6648b0ca3c4e2e252b0a579e5cb5656ae621135 (diff) |
tbtnavi: remove unused QtSql module
Qt SQL module isn't used by the application so remove from
app.pro
Bug-AGL: SPEC-2880
Change-Id: I6d3edd6a24f879d4ac8d3964ca2a3e53945cbe4d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app')
-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 af6d775..bcad35a 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,7 +1,7 @@ TARGET = tbtnavi TEMPLATE = app -QT += qml network quick positioning location sql widgets dbus +QT += qml network quick positioning location widgets dbus PKGCONFIG += qlibhomescreen qlibwindowmanager CONFIG += c++1z link_pkgconfig |