Mercurial > hg > svcore
comparison svcore.pro @ 771:7df8bd39d671 qt5
Define fixed set of dependencies, on Windows, if no config available
author | Chris Cannam |
---|---|
date | Mon, 25 Mar 2013 15:29:52 +0000 |
parents | d97b4c23dd75 |
children | c724b148576d |
comparison
equal
deleted
inserted
replaced
770:d97b4c23dd75 | 771:7df8bd39d671 |
---|---|
1 | 1 |
2 TEMPLATE = lib | 2 TEMPLATE = lib |
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 | |
10 } | |
11 } | |
5 | 12 |
6 CONFIG += staticlib qt thread warn_on stl rtti exceptions | 13 CONFIG += staticlib qt thread warn_on stl rtti exceptions |
7 QT += network xml | 14 QT += network xml |
8 QT -= gui | 15 QT -= gui |
9 | 16 |