Mercurial > hg > sonic-visualiser
comparison base.pro @ 1867:ad590578bf57
Include this only if it exists - then we can omit it from archives (i.e. source releases) where it isn't relevant
author | Chris Cannam |
---|---|
date | Tue, 19 Jun 2018 15:20:42 +0100 |
parents | 65d244ee39f9 |
children | 555e3add86b2 |
comparison
equal
deleted
inserted
replaced
1866:65d244ee39f9 | 1867:ad590578bf57 |
---|---|
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 exists(repoint.pri) { |
24 include(repoint.pri) | |
25 } | |
26 | |
24 include(bq-files.pri) | 27 include(bq-files.pri) |
25 include(vamp-plugin-sdk-files.pri) | 28 include(vamp-plugin-sdk-files.pri) |
26 include(svcore/files.pri) | 29 include(svcore/files.pri) |
27 include(capnp-regen.pri) | 30 include(capnp-regen.pri) |
28 | 31 |