aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-01-07 16:16:13 -0500
committerScott Murray <scott.murray@konsulko.com>2021-01-07 16:26:31 -0500
commit2e08a6230a2bc61ddff19c3ff7d22528af6204fe (patch)
tree87856507a2dc726c3f2b7e6689415c2e6f7991e7
parent915196a90e49fefd6c493224b127152256f95b79 (diff)
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 <scott.murray@konsulko.com> Change-Id: I03e42973d205f4719950403a104689a8de513dff
-rw-r--r--app/app.pri11
-rw-r--r--app/main.cpp1
2 files changed, 1 insertions, 11 deletions
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 <QQuickWindow>
#include <QQmlApplicationEngine>
#include <QApplication>
-#include <libhomescreen.hpp>
#include <taskmanager.h>
#include <unistd.h>