From ea5cae15deb6e8dbe1db8bfe389217cc26fbdfca Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 9 Jun 2020 22:05:35 -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: I44fdcf674c94845daa57180e10d213d05add781d --- 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 ca3942d..500ccda 100644 --- a/app/app.pro +++ b/app/app.pro @@ -6,6 +6,10 @@ SOURCES = main.cpp CONFIG += link_pkgconfig PKGCONFIG += libhomescreen qlibwindowmanager qtappfw-bt-map libafbwsc +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} + RESOURCES += \ Messaging.qrc \ images/images.qrc -- cgit