comparison data/data.pro @ 637:465f769ccad0

* More updates to build system, intended to support platforms both with and without pkg-config (though we really want to be able to switch pkg-config off)
author Chris Cannam
date Thu, 16 Sep 2010 14:40:52 +0100
parents f19437971e17
children
comparison
equal deleted inserted replaced
636:1a4c76e0f7c5 637:465f769ccad0
1 TEMPLATE = lib 1 TEMPLATE = lib
2 2
3 SV_UNIT_PACKAGES = fftw3f sndfile mad quicktime id3tag oggz fishsound liblo 3 include(../config.pri)
4 load(../prf/sv.prf)
5 4
6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions 5 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
7 QT += network 6 QT += network
8 QT -= gui 7 QT -= gui
9 8