From 50d87b3696390d30f8801bcdff908e33ed7e61aa Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 22 Jan 2020 21:42:06 +0200 Subject: launcher/: Convert launcher to agl-compositor - adds pws/ directory just like homescreen to be able to get list of runnables apps and be able to spawn them with the help of libafbwsc - removes libhomescreen libwindowmanger call from main and qmake files Signed-off-by: Marius Vlad Change-Id: I2f6aebfe05a23389796e801300cb616000bdef2b --- launcher/launcher.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'launcher/launcher.pro') diff --git a/launcher/launcher.pro b/launcher/launcher.pro index e16e9ce..bf1989e 100644 --- a/launcher/launcher.pro +++ b/launcher/launcher.pro @@ -18,22 +18,22 @@ TARGET = launcher QT = qml quick dbus websockets CONFIG += c++11 link_pkgconfig DESTDIR = $${OUT_PWD}/../package/root/bin -PKGCONFIG += qlibwindowmanager libhomescreen include(../interfaces/interfaces.pri) +include(../pws/pws.pri) SOURCES += \ src/main.cpp \ src/applicationmodel.cpp \ src/appinfo.cpp \ src/applicationlauncher.cpp \ - src/homescreenhandler.cpp + src/applicationhandler.cpp HEADERS += \ src/applicationlauncher.h \ src/applicationmodel.h \ src/appinfo.h \ - src/homescreenhandler.h + src/applicationhandler.h OTHER_FILES += \ README.md -- cgit 1.2.3-korg