changeset 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 471b0fb002ea
files base.pro
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/base.pro	Tue Jun 19 15:03:24 2018 +0100
+++ b/base.pro	Tue Jun 19 15:20:42 2018 +0100
@@ -20,7 +20,10 @@
 OBJECTS_DIR = o
 MOC_DIR = o
 
-include(repoint.pri)
+exists(repoint.pri) {
+    include(repoint.pri)
+}
+
 include(bq-files.pri)
 include(vamp-plugin-sdk-files.pri)
 include(svcore/files.pri)