comparison sv.pro @ 536:2fe2fd554522 with-dependencies

Define fixed set of dependencies, on Windows, if no config available
author Chris Cannam
date Mon, 25 Mar 2013 15:30:14 +0000
parents 2fd3c90fff29
children bf1c6e2b8791
comparison
equal deleted inserted replaced
535:2fd3c90fff29 536:2fe2fd554522
1 1
2 TEMPLATE = app 2 TEMPLATE = app
3 3
4 include(config.pri) 4 exists(config.pri) {
5 include(config.pri)
6 }
7 win* {
8 !exists(config.pri) {
9 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
10 }
11 }
5 12
6 CONFIG += qt thread warn_on stl rtti exceptions 13 CONFIG += qt thread warn_on stl rtti exceptions
7 QT += network xml gui widgets 14 QT += network xml gui widgets
8 15
9 TARGET = "Sonic Visualiser" 16 TARGET = "Sonic Visualiser"