To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / repoint.pri @ 110:125520c3dc05

History | View | Annotate | Download (234 Bytes)

1

    
2
repoint.target = $$PWD/.repoint.point
3
repoint.depends = $$PWD/repoint-project.json $$PWD/repoint-lock.json
4
repoint.commands = $$PWD/repoint install --directory $$PWD
5

    
6
QMAKE_EXTRA_TARGETS += repoint
7
PRE_TARGETDEPS += $$repoint.target