annotate system/system.pro @ 585:cbc884787a08

* If we have track metadata, write it out in a separate mo:Track associated with this audio file instead of incorrectly associating it with the Signal. Also, make the audio file encode the signal instead of having the signal "available_as" the audio file (apparently available_as is not in the domain of signals).
author Chris Cannam
date Fri, 08 May 2009 10:09:47 +0000
parents ebb6ac65bccc
children 465f769ccad0
rev   line source
Chris@150 1 TEMPLATE = lib
Chris@150 2
Chris@150 3 SV_UNIT_PACKAGES =
Chris@580 4 load(../prf/sv.prf)
Chris@150 5
Chris@150 6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
Chris@150 7
Chris@387 8 QT -= gui
Chris@387 9
Chris@150 10 TARGET = svsystem
Chris@150 11
Chris@150 12 DEPENDPATH += .
Chris@150 13 INCLUDEPATH += .
Chris@150 14
Chris@150 15 # Input
Chris@150 16 HEADERS += Init.h System.h
Chris@150 17 SOURCES += Init.cpp System.cpp