diff base.pro @ 2045:555e3add86b2

Rename piper-cpp subrepo to piper-vamp-cpp to match the upstream repo name
author Chris Cannam
date Wed, 17 Oct 2018 15:58:13 +0100
parents ad590578bf57
children 1799e90689b5
line wrap: on
line diff
--- a/base.pro	Wed Oct 17 15:50:33 2018 +0100
+++ b/base.pro	Wed Oct 17 15:58:13 2018 +0100
@@ -35,7 +35,7 @@
 CHECKER_SOURCES=$$fromfile(checker/checker.pri, SOURCES)
 CHECKER_HEADERS=$$fromfile(checker/checker.pri, HEADERS)
                  
-CLIENT_HEADERS=$$fromfile(piper-cpp/vamp-client/qt/test.pro, HEADERS)
+CLIENT_HEADERS=$$fromfile(piper-vamp-cpp/vamp-client/qt/test.pro, HEADERS)
 
 for (file, BQ_SOURCES)       { SOURCES += $$file }
 for (file, BQ_HEADERS)       { HEADERS += $$file }
@@ -53,8 +53,8 @@
 for (file, SVCORE_HEADERS)   { HEADERS += $$sprintf("svcore/%1", $$file) }
              
 for (file, CLIENT_HEADERS) {
-    HEADERS += $$sprintf("piper-cpp/vamp-client/qt/%1",  $$file)
+    HEADERS += $$sprintf("piper-vamp-cpp/vamp-client/qt/%1",  $$file)
 }
 
-SOURCES += piper-cpp/vamp-capnp/piper-capnp.cpp
+SOURCES += piper-vamp-cpp/vamp-capnp/piper-capnp.cpp