From 03cbba3657ff4cd07a9386a67411153a95dd0c9e Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 15 Mar 2019 11:53:05 +0000 Subject: autobuild: introduce build scripts This reverts commit bde8622fc349829cf03e196f2161995688fc1a09. Which reverted the original commit from Raquel. With the dependency added, we can go ahead now. Thanks for the fix. Change-Id: Ia0e5c34252eb832dbaebb643e7e06e53d74c29dc --- homescreen/homescreen.pro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'homescreen/homescreen.pro') diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro index 3a25880..8baa90d 100644 --- a/homescreen/homescreen.pro +++ b/homescreen/homescreen.pro @@ -18,7 +18,7 @@ TARGET = HomeScreen QT = qml quick dbus websockets CONFIG += c++11 link_pkgconfig DESTDIR = $${OUT_PWD}/../package/root/bin -PKGCONFIG += qlibwindowmanager qtappfw +PKGCONFIG += qlibwindowmanager qtappfw afb-helpers-qt LIBS += -lhomescreen @@ -30,16 +30,14 @@ SOURCES += \ src/statusbarserver.cpp \ src/applicationlauncher.cpp \ src/mastervolume.cpp \ - src/homescreenhandler.cpp \ - helpers/qafbwebsocketclient.cpp + src/homescreenhandler.cpp HEADERS += \ src/statusbarmodel.h \ src/statusbarserver.h \ src/applicationlauncher.h \ src/mastervolume.h \ - src/homescreenhandler.h \ - helpers/qafbwebsocketclient.h + src/homescreenhandler.h OTHER_FILES += \ README.md -- cgit 1.2.3-korg