comparison data/fileio/test/test.pro @ 805:c379b43935ef qt5

Merge
author Chris Cannam
date Tue, 14 May 2013 10:55:27 +0100
parents 9207c142b461
children d8ec22ef0da8
comparison
equal deleted inserted replaced
804:a2eb9de7302e 805:c379b43935ef
1 1
2 TEMPLATE = app 2 TEMPLATE = app
3 3
4 LIBS += -L../../.. -L../../../debug -L../../../../dataquay -lsvcore -ldataquay 4 LIBS += -L../../.. -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 }