Mercurial > hg > svapp
view svapp.pro @ 589:cce97b00663a
Write aggregate models to .sv file when saving document. They still are not reloaded, but I think this is far as I'm prepared to go for 3.0.
author | Chris Cannam |
---|---|
date | Mon, 27 Feb 2017 16:52:47 +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)