summaryrefslogtreecommitdiffstats
path: root/launcher/launcher.pro
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-01 17:15:34 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-01 17:15:34 +0800
commit5560ed2ad3247dd7ffb73402fd435cd79f62f8a5 (patch)
tree34e851277a1ef028f9143a506dbbf8df9cb33f0d /launcher/launcher.pro
parent5462c15547825c18139c69dc0b10b02d04bf9f10 (diff)
Start app and get runnables list by homescreen
1.only call showWindow when start application. 2.get runnalbes list from homescreen-service. 3.subscribe and deal with Event_AppListChanged. 4.move LICENSE file to top-level directory. 5.sort application by application name with ascending order. Bug-AGL: SPEC-2188 Change-Id: Ic960e25d8de8d063296298a1897865dc3026dee6 Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Diffstat (limited to 'launcher/launcher.pro')
-rw-r--r--launcher/launcher.pro10
1 files changed, 6 insertions, 4 deletions
diff --git a/launcher/launcher.pro b/launcher/launcher.pro
index 7fd1319..e16e9ce 100644
--- a/launcher/launcher.pro
+++ b/launcher/launcher.pro
@@ -1,5 +1,5 @@
# Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH
-# Copyright (c) 2018 TOYOTA MOTOR CORPORATION
+# Copyright (c) 2018,2019 TOYOTA MOTOR CORPORATION
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ TARGET = launcher
QT = qml quick dbus websockets
CONFIG += c++11 link_pkgconfig
DESTDIR = $${OUT_PWD}/../package/root/bin
-PKGCONFIG += qlibwindowmanager qlibhomescreen
+PKGCONFIG += qlibwindowmanager libhomescreen
include(../interfaces/interfaces.pri)
@@ -26,12 +26,14 @@ SOURCES += \
src/main.cpp \
src/applicationmodel.cpp \
src/appinfo.cpp \
- src/applicationlauncher.cpp
+ src/applicationlauncher.cpp \
+ src/homescreenhandler.cpp
HEADERS += \
src/applicationlauncher.h \
src/applicationmodel.h \
- src/appinfo.h
+ src/appinfo.h \
+ src/homescreenhandler.h
OTHER_FILES += \
README.md