From 2e08a6230a2bc61ddff19c3ff7d22528af6204fe Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 7 Jan 2021 16:16:13 -0500 Subject: Remove libhomescreen dependency libhomescreen 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. Bug-AGL: SPEC-3757 Signed-off-by: Scott Murray Change-Id: I03e42973d205f4719950403a104689a8de513dff --- app/app.pri | 11 +---------- app/main.cpp | 1 - 2 files changed, 1 insertion(+), 11 deletions(-) (limited to 'app') diff --git a/app/app.pri b/app/app.pri index 298b8e8..ab169b0 100644 --- a/app/app.pri +++ b/app/app.pri @@ -1,16 +1,7 @@ TEMPLATE = app QMAKE_LFLAGS += "-Wl,--hash-style=gnu -Wl,--as-needed" -load(configure) -qtCompileTest(libhomescreen) - CONFIG += link_pkgconfig -PKGCONFIG += libhomescreen qtappfw-core - -config_libhomescreen { - CONFIG += link_pkgconfig - PKGCONFIG += homescreen - DEFINES += HAVE_LIBHOMESCREEN -} +PKGCONFIG += qtappfw-core DESTDIR = $${OUT_PWD}/../package/root/bin diff --git a/app/main.cpp b/app/main.cpp index 0ed7df7..c80f869 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -8,7 +8,6 @@ #include #include #include -#include #include #include -- cgit