Mercurial > hg > sonic-visualiser
diff sv.pro @ 69:76cc2c424268
* Update the main sv.prf for compatibility with Qt 4.2 qmake instead of
that from 4.1. Add a README.Qt41 describing how to build with 4.1 if
preferred.
* Add OSC support for control from external scripts etc (work in progress).
author | Chris Cannam |
---|---|
date | Fri, 10 Nov 2006 13:27:57 +0000 |
parents | 1016a8ceceda |
children | 4eae5b521a34 |
line wrap: on
line diff
--- a/sv.pro Tue Oct 24 11:15:51 2006 +0000 +++ b/sv.pro Fri Nov 10 13:27:57 2006 +0000 @@ -1,7 +1,7 @@ TEMPLATE = app -SV_UNIT_PACKAGES = vamp vamp-sdk fftw3f samplerate jack portaudio mad oggz fishsound lrdf raptor sndfile +SV_UNIT_PACKAGES = vamp vamp-sdk fftw3f samplerate jack portaudio mad oggz fishsound lrdf raptor sndfile liblo load(../sv.prf) CONFIG += sv qt thread warn_on stl rtti exceptions @@ -9,8 +9,8 @@ TARGET = sonic-visualiser -DEPENDPATH += . .. audioio document i18n main transform -INCLUDEPATH += . .. audioio document transform main +DEPENDPATH += . .. audioio document i18n main osc transform +INCLUDEPATH += . .. audioio document transform osc main LIBPATH = ../view ../layer ../data ../widgets ../plugin ../base ../system $$LIBPATH contains(DEFINES, BUILD_STATIC):LIBS -= -ljack @@ -42,6 +42,8 @@ document/SVFileReader.h \ main/MainWindow.h \ main/PreferencesDialog.h \ + osc/OSCMessage.h \ + osc/OSCQueue.h \ transform/FeatureExtractionPluginTransform.h \ transform/PluginTransform.h \ transform/RealTimePluginTransform.h \ @@ -61,6 +63,8 @@ main/main.cpp \ main/MainWindow.cpp \ main/PreferencesDialog.cpp \ + osc/OSCMessage.cpp \ + osc/OSCQueue.cpp \ transform/FeatureExtractionPluginTransform.cpp \ transform/PluginTransform.cpp \ transform/RealTimePluginTransform.cpp \