summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-06-09 22:05:47 -0400
committerScott Murray <scott.murray@konsulko.com>2020-06-09 22:07:43 -0400
commit8bc49759b5905e86954d506df172680ce2abc40a (patch)
tree20ac63205508dbadb5dfc1061e59adaa259ae916 /package
parentd53b7647a82fb3a8e42c191e2a325767e75a9062 (diff)
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 <scott.murray@konsulko.com> Change-Id: Iff2a8e617970e49f80e0c0b4a06488992b4a969f
Diffstat (limited to 'package')
-rw-r--r--package/package.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/package.pro b/package/package.pro
index bb32c26..85d46ec 100644
--- a/package/package.pro
+++ b/package/package.pro
@@ -12,7 +12,12 @@ copy_config.commands = $(COPY_FILE) \"$$replace(copy_config.depends, /, $$QMAKE_
QMAKE_EXTRA_TARGETS += copy_config
PRE_TARGETDEPS += $$copy_config.target
+WGT_TYPE =
+CONFIG(debug, debug|release) {
+ WGT_TYPE = -debug
+}
+
wgt.target = package
-wgt.commands = wgtpkg-pack -f -o onscreenapp.wgt root
+wgt.commands = wgtpkg-pack -f -o onscreenapp$${WGT_TYPE}.wgt root
QMAKE_EXTRA_TARGETS += wgt