Mercurial > hg > svgui
view svgui.pro @ 1281:fc9d9f1103fa horizontal-scale
Provide linear horizontal scale in spectrum as well as log; fix bin positioning and colour scale property box updating; ensure proper background colour and visibility of peak lines
author | Chris Cannam |
---|---|
date | Thu, 03 May 2018 15:15:15 +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)