diff installer.pro @ 37:28b1dd4ee370

Try separating out platform script subdirs
author Chris Cannam
date Mon, 16 Dec 2019 14:37:00 +0000
parents 375d2a839053
children 3466e0d1393c
line wrap: on
line diff
--- a/installer.pro	Fri Dec 13 17:03:03 2019 +0000
+++ b/installer.pro	Mon Dec 16 14:37:00 2019 +0000
@@ -27,7 +27,7 @@
 
 sign.target = $$PWD/out/.signed
 sign.depends = $$PWD/out/.something-to-sign
-sign.commands = $$PWD/deploy/sign-plugins $$PWD/out
+sign.commands = $$DEPLOYDIR/sign-plugins $$PWD/out
 
 QMAKE_EXTRA_TARGETS += sign
 PRE_TARGETDEPS += $$sign.target