X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Flauncher.pro;h=e39c64dcf4a1d54438d20a794c5cfe52ba6c6fb9;hb=aae3ab7da4a7f580f5840509646d5ce3f6f56a6a;hp=7fd1319253d3d0e825ebde477d65d1845de69a11;hpb=cde1f8b32286b263040cd1d9360f4b8835699505;p=apps%2Flauncher.git diff --git a/launcher/launcher.pro b/launcher/launcher.pro index 7fd1319..e39c64d 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. @@ -15,23 +15,25 @@ TEMPLATE = app TARGET = launcher -QT = qml quick dbus websockets +QT = qml quick websockets CONFIG += c++11 link_pkgconfig DESTDIR = $${OUT_PWD}/../package/root/bin -PKGCONFIG += qlibwindowmanager qlibhomescreen +PKGCONFIG += qlibwindowmanager libhomescreen -include(../interfaces/interfaces.pri) +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} SOURCES += \ src/main.cpp \ src/applicationmodel.cpp \ src/appinfo.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