comparison base.pro @ 1866:65d244ee39f9

Experimentally add a rule to re-run Repoint if the project or lock file is newer than the .repoint.point file. This sort of thing isn't sufficient for all uses of Repoint because some of the initial qmake project file info is brought in by Repoint, so it has to be run before qmake as well. Also it's not clear yet how it will interact with archived builds (i.e. source releases) -- to be tested.
author Chris Cannam
date Tue, 19 Jun 2018 15:03:24 +0100
parents e63cc95876cb
children ad590578bf57
comparison
equal deleted inserted replaced
1865:ecc44dd16172 1866:65d244ee39f9
18 TARGET = base 18 TARGET = base
19 19
20 OBJECTS_DIR = o 20 OBJECTS_DIR = o
21 MOC_DIR = o 21 MOC_DIR = o
22 22
23 include(repoint.pri)
23 include(bq-files.pri) 24 include(bq-files.pri)
24 include(vamp-plugin-sdk-files.pri) 25 include(vamp-plugin-sdk-files.pri)
25 include(svcore/files.pri) 26 include(svcore/files.pri)
26 include(capnp-regen.pri) 27 include(capnp-regen.pri)
27 28