[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: qmake and "make dist"



On 09/25/2013 09:00 PM, Daniel Pocock wrote:
> Is there any convenient way that upstream can generate a clean tarball
> with qmake?  In general, is it sufficient to work with a
> github-generated tarball for the tag on a qmake project?


Not tested - and I havent used qmake for some longish time, but something like

dist.target = foobar.tar.gz
dist.commands = git archive --useful-options
dist.depends = .git
QMAKE_EXTRA_TARGETS += dist

should work.


-- 
 Bernd Zeimetz                            Debian GNU/Linux Developer
 http://bzed.de                                http://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F


Reply to: