Chris@128: TEMPLATE = lib Chris@128: Chris@215: SV_UNIT_PACKAGES = vamp-hostsdk fftw3f Chris@528: load(../prf/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@502: HEADERS += ActivityLog.h \ Chris@502: AudioDial.h \ Chris@500: ClickableLabel.h \ Chris@285: ColourNameDialog.h \ Chris@376: CommandHistory.h \ Chris@378: CSVFormatDialog.h \ Chris@128: Fader.h \ Chris@529: InteractiveFileFinder.h \ Chris@289: IconLoader.h \ Chris@303: ImageDialog.h \ Chris@128: ItemEditDialog.h \ Chris@281: KeyReference.h \ Chris@311: LabelCounterInputDialog.h \ Chris@128: LayerTree.h \ Chris@336: LayerTreeDialog.h \ Chris@128: LEDButton.h \ Chris@128: ListInputDialog.h \ Chris@378: MIDIFileImportDialog.h \ Chris@392: ModelDataTableDialog.h \ Chris@189: NotifyingCheckBox.h \ Chris@189: NotifyingComboBox.h \ Chris@189: NotifyingPushButton.h \ Chris@190: NotifyingTabBar.h \ Chris@172: Panner.h \ Chris@128: PluginParameterBox.h \ Chris@128: PluginParameterDialog.h \ Chris@378: ProgressDialog.h \ Chris@128: PropertyBox.h \ Chris@132: PropertyStack.h \ Chris@188: RangeInputDialog.h \ Chris@424: SelectableLabel.h \ Chris@151: SubdividingMenu.h \ Chris@376: TextAbbrev.h \ Chris@139: Thumbwheel.h \ Chris@225: TipDialog.h \ Chris@416: TransformFinder.h \ Chris@139: WindowShapePreview.h \ Chris@139: WindowTypeSelector.h Chris@502: SOURCES += ActivityLog.cpp \ Chris@502: AudioDial.cpp \ Chris@285: ColourNameDialog.cpp \ Chris@376: CommandHistory.cpp \ Chris@378: CSVFormatDialog.cpp \ Chris@128: Fader.cpp \ Chris@529: InteractiveFileFinder.cpp \ Chris@289: IconLoader.cpp \ Chris@303: ImageDialog.cpp \ Chris@128: ItemEditDialog.cpp \ Chris@281: KeyReference.cpp \ Chris@311: LabelCounterInputDialog.cpp \ Chris@128: LayerTree.cpp \ Chris@336: LayerTreeDialog.cpp \ Chris@128: LEDButton.cpp \ Chris@128: ListInputDialog.cpp \ Chris@378: MIDIFileImportDialog.cpp \ Chris@392: ModelDataTableDialog.cpp \ Chris@189: NotifyingCheckBox.cpp \ Chris@189: NotifyingComboBox.cpp \ Chris@189: NotifyingPushButton.cpp \ Chris@190: NotifyingTabBar.cpp \ Chris@172: Panner.cpp \ Chris@128: PluginParameterBox.cpp \ Chris@128: PluginParameterDialog.cpp \ Chris@378: ProgressDialog.cpp \ Chris@128: PropertyBox.cpp \ Chris@132: PropertyStack.cpp \ Chris@188: RangeInputDialog.cpp \ Chris@424: SelectableLabel.cpp \ Chris@151: SubdividingMenu.cpp \ Chris@376: TextAbbrev.cpp \ Chris@139: Thumbwheel.cpp \ Chris@225: TipDialog.cpp \ Chris@416: TransformFinder.cpp \ Chris@139: WindowShapePreview.cpp \ Chris@139: WindowTypeSelector.cpp