From 8bc49759b5905e86954d506df172680ce2abc40a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 9 Jun 2020 22:05:47 -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: Iff2a8e617970e49f80e0c0b4a06488992b4a969f --- app/app.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro index 0cc31aa..2c8b56e 100644 --- a/app/app.pro +++ b/app/app.pro @@ -20,6 +20,10 @@ CONFIG += c++11 link_pkgconfig DESTDIR = $${OUT_PWD}/../package/root/bin PKGCONFIG += qlibwindowmanager libhomescreen +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} + HEADERS += \ eventhandler.h \ onscreenmodel.h -- cgit 1.2.3-korg