Mercurial > hg > sonic-visualiser
changeset 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 | 2b5be7b71f88 |
children | 85834f881360 |
files | platform-dataquay.pri |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
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 +} +