From 6f44300f1a5de5eb6bdf768389e7768ae8dd6118 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 9 Jun 2020 22:05:18 -0400 Subject: Update autobuild scripts Update autobuild scripts with reworked version that fixes building outside of the source tree. As well, the project files have been tweaked to strip the release build binaries and add "-debug" in the name of the debug widget file. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray Change-Id: Ic0fc983c533c7335d23f560480dc0f7bfd022b8e --- homescreen/homescreen.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'homescreen') diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro index 2f3443f..cb3d919 100644 --- a/homescreen/homescreen.pro +++ b/homescreen/homescreen.pro @@ -22,6 +22,10 @@ PKGCONFIG += qlibwindowmanager qtappfw-weather qtappfw-network qtappfw-bt afb-he LIBS += -lhomescreen +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} + SOURCES += \ src/main.cpp \ src/statusbarmodel.cpp \ -- cgit 1.2.3-korg