view svapp.pro @ 771:1d6cca5a5621 pitch-align

Allow use of proper sparse models (i.e. retaining event time info) in alignment; use this to switch to note alignment, which is what we have most recently been doing in the external program. Not currently producing correct results, though
author Chris Cannam
date Fri, 29 May 2020 17:39:02 +0100
parents 227291052aa9
children
line wrap: on
line source

TEMPLATE = lib

INCLUDEPATH += ../vamp-plugin-sdk

exists(config.pri) {
    include(config.pri)
}

CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11
QT += network xml gui widgets

TARGET = svapp

DEPENDPATH += . ../bqaudioio ../svcore ../svgui ../piper-cpp
INCLUDEPATH += . ../bqaudioio ../svcore ../svgui ../piper-cpp
OBJECTS_DIR = o
MOC_DIR = o

include(files.pri)

HEADERS = $$(SVAPP_HEADERS)
SOURCES = $$(SVAPP_SOURCES)