Mercurial > hg > svcore
diff data/fileio/test/test.pro @ 808:67003fb58ba4
Merge from branch "qt5". This revision actually builds with Qt4 (late releases) or Qt5, though it will warn on configure with Qt4.
author | Chris Cannam |
---|---|
date | Tue, 14 May 2013 12:36:05 +0100 |
parents | d8ec22ef0da8 |
children | eb6b6a88faed |
line wrap: on
line diff
--- a/data/fileio/test/test.pro Wed May 08 09:36:49 2013 +0100 +++ b/data/fileio/test/test.pro Tue May 14 12:36:05 2013 +0100 @@ -1,9 +1,23 @@ TEMPLATE = app -LIBS += -L../../.. -lsvcore +LIBS += -L../../.. -L../../../../dataquay -L../../../release -L../../../../dataquay/release -lsvcore -ldataquay -include(../../../config.pri) +win32-g++ { + INCLUDEPATH += ../../../../sv-dependency-builds/win32-mingw/include + LIBS += -L../../../../sv-dependency-builds/win32-mingw/lib +} + +exists(../../../config.pri) { + include(../../../config.pri) +} + +win* { + !exists(../../../config.pri) { + DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_RUBBERBAND HAVE_DATAQUAY HAVE_LIBLO HAVE_MAD HAVE_ID3TAG HAVE_PORTAUDIO_2_0 + LIBS += -lbz2 -lrubberband -lvamp-hostsdk -lfftw3 -lfftw3f -lsndfile -lFLAC -logg -lvorbis -lvorbisenc -lvorbisfile -logg -lmad -lid3tag -lportaudio -lsamplerate -llo -lz -lsord-0 -lserd-0 -lwinmm -lws2_32 + } +} CONFIG += qt thread warn_on stl rtti exceptions console QT += network xml testlib @@ -21,7 +35,7 @@ SOURCES += main.cpp win* { -PRE_TARGETDEPS += ../../../svcore.lib +//PRE_TARGETDEPS += ../../../svcore.lib } !win* { PRE_TARGETDEPS += ../../../libsvcore.a