From: Rusty Lynch Date: Wed, 4 Apr 2012 20:19:30 +0000 (-0700) Subject: Adding dist tarball creation X-Git-Tag: 061412173448~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93203cb2b2e9674f76018173392cff63304b64d4;p=profile%2Fivi%2Fhfdialer.git Adding dist tarball creation --- diff --git a/projects.pro b/projects.pro index c5aae48..d586d52 100644 --- a/projects.pro +++ b/projects.pro @@ -25,3 +25,10 @@ INSTALLS += \ dbus_service \ documentation \ +PROJECT_NAME = hfdialer + +dist.commands += rm -fR $${PROJECT_NAME}-$${VERSION} && +dist.commands += git clone . $${PROJECT_NAME}-$${VERSION} && +dist.commands += rm -fR $${PROJECT_NAME}-$${VERSION}/.git && +dist.commands += tar jcpvf $${PROJECT_NAME}-$${VERSION}.tar.bz2 $${PROJECT_NAME}-$${VERSION} +QMAKE_EXTRA_TARGETS += dist