diff platform-dataquay.pri @ 742:5462ac97d28f

OS/X build/deploy fixes
author Chris Cannam
date Fri, 04 Jul 2014 11:03:33 +0100
parents 4108f52129d3
children b40f29144e80 096634fc3f19
line wrap: on
line diff
--- a/platform-dataquay.pri	Wed Jul 02 22:04:10 2014 +0100
+++ b/platform-dataquay.pri	Fri Jul 04 11:03:33 2014 +0100
@@ -12,8 +12,15 @@
 DEFINES += USE_SORD
 # Libraries and paths should be added by config.pri
 
-win32-g++: {
+win32-g++ {
     INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
     LIBS += -L../../sv-dependency-builds/win32-mingw/lib
 }
-
+win32-msvc* {
+    INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include
+    LIBS += -L../../sv-dependency-builds/win32-msvc/lib
+}
+mac* {
+    INCLUDEPATH += ../sv-dependency-builds/osx/include
+    LIBS += -L../sv-dependency-builds/osx/lib
+}