Mercurial > hg > svgui
view svgui.pro @ 1319:fbda05431ce0 import-audio-data
Refactor; the two use-cases of CSVFormatDialog were turning out to be different enough to justify two separate classes
| author | Chris Cannam |
|---|---|
| date | Thu, 06 Sep 2018 13:58:09 +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)
