view svapp.pro @ 716:604393795ee5

If no local filename (e.g. when decoded to memory), get the local filename from the file source (e.g. cached version of encoded file)
author Chris Cannam
date Tue, 29 Oct 2019 12:47:44 +0000
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)