Chris@128: TEMPLATE = lib Chris@128: Chris@129: SV_UNIT_PACKAGES = vamp-sdk Chris@128: load(../sv.prf) Chris@128: Chris@128: CONFIG += sv staticlib qt thread warn_on stl rtti exceptions Chris@128: QT += xml Chris@128: Chris@128: TARGET = svwidgets Chris@128: Chris@128: DEPENDPATH += . .. Chris@128: INCLUDEPATH += . .. Chris@128: OBJECTS_DIR = tmp_obj Chris@128: MOC_DIR = tmp_moc Chris@128: Chris@128: # Input Chris@128: HEADERS += AudioDial.h \ Chris@128: Fader.h \ Chris@128: ItemEditDialog.h \ Chris@128: LayerTree.h \ Chris@128: LEDButton.h \ Chris@128: ListInputDialog.h \ Chris@128: PluginParameterBox.h \ Chris@128: PluginParameterDialog.h \ Chris@128: PropertyBox.h \ Chris@132: PropertyStack.h \ Chris@139: Thumbwheel.h \ Chris@139: WindowShapePreview.h \ Chris@139: WindowTypeSelector.h Chris@128: SOURCES += AudioDial.cpp \ Chris@128: Fader.cpp \ Chris@128: ItemEditDialog.cpp \ Chris@128: LayerTree.cpp \ Chris@128: LEDButton.cpp \ Chris@128: ListInputDialog.cpp \ Chris@128: PluginParameterBox.cpp \ Chris@128: PluginParameterDialog.cpp \ Chris@128: PropertyBox.cpp \ Chris@132: PropertyStack.cpp \ Chris@139: Thumbwheel.cpp \ Chris@139: WindowShapePreview.cpp \ Chris@139: WindowTypeSelector.cpp