view svgui.pro @ 1279:a04f1012fca2

Fix positioning of peak lines on spectrum layer (origin is already accounted for in the bin/frequency to x conversion functions)
author Chris Cannam
date Wed, 02 May 2018 14:26:51 +0100
parents d1bab6a99100
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 svg

TARGET = svgui

DEPENDPATH += . ../svcore
INCLUDEPATH += . ../svcore
OBJECTS_DIR = o
MOC_DIR = o

include(files.pri)

HEADERS = $$(SVGUI_HEADERS)
SOURCES = $$(SVGUI_SOURCES)