comparison data/fileio/test/test.pro @ 796:c724b148576d qt5

Add dataquay
author Chris Cannam
date Tue, 07 May 2013 16:54:36 +0100
parents 711a4652d616
children 9207c142b461
comparison
equal deleted inserted replaced
795:dc20458f6f85 796:c724b148576d
1 1
2 TEMPLATE = app 2 TEMPLATE = app
3 3
4 LIBS += -L../../.. -L../../../debug -lsvcore 4 LIBS += -L../../.. -L../../../debug -L../../../../dataquay -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 }