Mercurial > hg > sonic-visualiser
annotate repoint.pri @ 2254:604186efadf2 single-point
Replace former "all" session with a version exported from current, which has been manually checked to make sure the differences from the 3.2.1 export (saved alongside in all-3.2.1.sv) are not meaningful. This one passes the session export test, with some remaining caveats about screen resolution.
author | Chris Cannam |
---|---|
date | Wed, 03 Apr 2019 16:08:03 +0100 |
parents | 65d244ee39f9 |
children |
rev | line source |
---|---|
Chris@1866 | 1 |
Chris@1866 | 2 repoint.target = $$PWD/.repoint.point |
Chris@1866 | 3 repoint.depends = $$PWD/repoint-project.json $$PWD/repoint-lock.json |
Chris@1866 | 4 repoint.commands = $$PWD/repoint install --directory $$PWD |
Chris@1866 | 5 |
Chris@1866 | 6 QMAKE_EXTRA_TARGETS += repoint |
Chris@1866 | 7 PRE_TARGETDEPS += $$repoint.target |