comparison data/fileio/test/test.pro @ 807:d8ec22ef0da8 qt5

Dataquay path
author Chris Cannam
date Tue, 14 May 2013 12:26:34 +0100
parents 9207c142b461
children eb6b6a88faed
comparison
equal deleted inserted replaced
806:335c3f922327 807:d8ec22ef0da8
1 1
2 TEMPLATE = app 2 TEMPLATE = app
3 3
4 LIBS += -L../../.. -L../../../release -L../../../../dataquay/release -lsvcore -ldataquay 4 LIBS += -L../../.. -L../../../../dataquay -L../../../release -L../../../../dataquay/release -lsvcore -ldataquay
5 5
6 win32-g++ { 6 win32-g++ {
7 INCLUDEPATH += ../../../../sv-dependency-builds/win32-mingw/include 7 INCLUDEPATH += ../../../../sv-dependency-builds/win32-mingw/include
8 LIBS += -L../../../../sv-dependency-builds/win32-mingw/lib 8 LIBS += -L../../../../sv-dependency-builds/win32-mingw/lib
9 } 9 }