diff platform-dataquay.pri @ 642:e3a4831f9c64 imaf_enc

Merge from the default branch
author Chris Cannam
date Tue, 05 Nov 2013 11:17:35 +0000
parents 4108f52129d3
children 5462ac97d28f
line wrap: on
line diff
--- a/platform-dataquay.pri	Mon Nov 04 17:47:53 2013 +0000
+++ b/platform-dataquay.pri	Tue Nov 05 11:17:35 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
+}
+