comparison data/fileio/test/test.pro @ 800:9207c142b461 qt5

debug -> release
author Chris Cannam
date Thu, 09 May 2013 13:32:06 +0100
parents c724b148576d
children d8ec22ef0da8
comparison
equal deleted inserted replaced
799:c808c57e5560 800:9207c142b461
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 }