# HG changeset patch
# User Chris Cannam
# Date 1529418042 -3600
# Node ID ad590578bf5721a04c78ecbee614faad2f77abb2
# Parent  65d244ee39f968c55a7817308c88cd511d025d67
Include this only if it exists - then we can omit it from archives (i.e. source releases) where it isn't relevant

diff -r 65d244ee39f9 -r ad590578bf57 base.pro
--- 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)