diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-01-07 16:17:50 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-01-07 16:26:44 -0500 |
commit | 32596d1152e7a94bc62734dc222a3d99c14e1fe5 (patch) | |
tree | 75fe12fb4458934c0c4673dfe8598d2f146ad490 /app/app.pro | |
parent | 2f34905d9b4b1aa78d4a38dd8605ff192e46b245 (diff) |
Remove qlibhomescreen dependencymarlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi/10.93.0koi/10.92.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.0
qlibhomescreen was still a dependency in the qmake files, and its
header file was being pulled in in main.cpp even though there it is
no longer used, remove usage. Also remove leftover libhomescreen
and qlibwindowmanager related files, now unused homescreen binding
dependency in config.xml manifest, and long unused QT websockets
module dependency.
Bug-AGL: SPEC-3757
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I7b8de507f785e1850caae4e91cd9033c0ced468b
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 c04b838..fbe53a4 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,8 +1,8 @@ TARGET = tbtnavi TEMPLATE = app -QT = qml network quick positioning location widgets websockets gui-private -PKGCONFIG += qlibhomescreen qtappfw-navigation qtappfw-signal-composer wayland-client +QT = qml network quick positioning location widgets gui-private +PKGCONFIG += qtappfw-navigation qtappfw-signal-composer wayland-client CONFIG += c++1z link_pkgconfig wayland-scanner |