1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-28 23:52:55 +08:00
pyotherside/pyotherside.pro

19 lines
415 B
Prolog
Raw Normal View History

2013-08-07 21:47:24 +02:00
TEMPLATE = subdirs
SUBDIRS += src tests
tests.depends = src
include(pyotherside.pri)
tar.target = $${PROJECTNAME}-$${VERSION}.tar
tar.commands = git archive --format=tar --prefix=$${PROJECTNAME}-$${VERSION}/ --output=$@ $${VERSION}
targz.target = $${PROJECTNAME}-$${VERSION}.tar.gz
targz.depends = tar
targz.commands = gzip $^
sdist.target = sdist
sdist.depends = targz
QMAKE_EXTRA_TARGETS += tar targz sdist