diff platform-dataquay.pri @ 638:4108f52129d3

Add dependency paths, include config only if it exists (from with-dependencies branch)
author Chris Cannam
date Tue, 05 Nov 2013 11:04:47 +0000
parents deabb09d994b
children 5462ac97d28f
line wrap: on
line diff
--- a/platform-dataquay.pri	Mon Nov 04 16:02:42 2013 +0000
+++ b/platform-dataquay.pri	Tue Nov 05 11:04:47 2013 +0000
@@ -1,5 +1,7 @@
 
-include(./config.pri)
+exists(config.pri) {
+    include(./config.pri)
+}
 
 CONFIG += staticlib
 
@@ -9,3 +11,9 @@
 
 DEFINES += USE_SORD
 # Libraries and paths should be added by config.pri
+
+win32-g++: {
+    INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
+    LIBS += -L../../sv-dependency-builds/win32-mingw/lib
+}
+