changeset 109:78de58bfc3df

Add these paths, since we changed the way serd/sord are used for the Windows build
author Chris Cannam
date Tue, 03 Mar 2020 11:52:54 +0000
parents 1433c597ba11
children 721eca4cf59b
files noconfig.pri
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/noconfig.pri	Tue Mar 03 11:49:18 2020 +0000
+++ b/noconfig.pri	Tue Mar 03 11:52:54 2020 +0000
@@ -42,6 +42,8 @@
 
     DEPLOYDIR = $$PWD/deploy/linux
 
+    INCLUDEPATH += $$PWD/sv-dependency-builds/src/serd-0.18.2 $$PWD/sv-dependency-builds/src/sord-0.12.0
+    
     QMAKE_CXXFLAGS_RELEASE += -O3 -flto
     QMAKE_LFLAGS_RELEASE += -O3 -flto -Wl,--no-undefined
 }