From 32596d1152e7a94bc62734dc222a3d99c14e1fe5 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 7 Jan 2021 16:17:50 -0500 Subject: Remove qlibhomescreen dependency 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 Change-Id: I7b8de507f785e1850caae4e91cd9033c0ced468b --- app/app.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/app.pro') 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 -- cgit 1.2.3-korg