From 63296ac63f93bef47835b815b4f3d8a30e16ba12 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 9 Jun 2020 22:05:22 -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: I6c95323eaf8c7bbcd3658f809c569a8cd8f34686 --- app/app.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app') diff --git a/app/app.pro b/app/app.pro index 1924f14..d032417 100644 --- a/app/app.pro +++ b/app/app.pro @@ -10,6 +10,10 @@ SOURCES = main.cpp \ CONFIG += link_pkgconfig PKGCONFIG += qtappfw-hvac +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} + RESOURCES += \ hvac.qrc \ images/images.qrc -- cgit 1.2.3-korg