Mercurial > hg > sonic-annotator
annotate repoint.pri @ 399:a3912193ce69 tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:57:37 +0100 |
parents | ba3c0e70b5dd |
children |
rev | line source |
---|---|
Chris@334 | 1 |
Chris@334 | 2 repoint.target = $$PWD/.repoint.point |
Chris@334 | 3 repoint.depends = $$PWD/repoint-project.json $$PWD/repoint-lock.json |
Chris@334 | 4 repoint.commands = $$PWD/repoint install --directory $$PWD |
Chris@334 | 5 |
Chris@334 | 6 QMAKE_EXTRA_TARGETS += repoint |
Chris@334 | 7 PRE_TARGETDEPS += $$repoint.target |