changeset 770:d97b4c23dd75 qt5

Dataquay path
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Mon, 25 Mar 2013 15:19:43 +0000
parents 8c5b0eec6fe9
children 7df8bd39d671
files svcore.pro
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/svcore.pro	Mon Mar 25 15:17:53 2013 +0000
+++ b/svcore.pro	Mon Mar 25 15:19:43 2013 +0000
@@ -15,10 +15,10 @@
 MOC_DIR = o
 
 win32-g++ {
-    INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
+    INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include ../dataquay
 }
 win32-msvc* {
-    INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include
+    INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include ../dataquay
 }
 
 # Doesn't work with this library, which contains C99 as well as C++