Mercurial > hg > svapp
view svapp.pro @ 516:b926f08909b8 alignment-simple
Fix crashes in play() and stop() if no record target / play source present
author | Chris Cannam |
---|---|
date | Thu, 03 Mar 2016 09:12:28 +0000 |
parents | 51befd6165a3 |
children | c3648c667a0b |
line wrap: on
line source
TEMPLATE = lib exists(config.pri) { include(config.pri) } !exists(config.pri) { CONFIG += release DEFINES += NDEBUG BUILD_RELEASE NO_TIMING win32-g++ { INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include LIBS += -L../sv-dependency-builds/win32-mingw/lib } win32-msvc* { INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include LIBS += -L../sv-dependency-builds/win32-msvc/lib } macx* { INCLUDEPATH += ../sv-dependency-builds/osx/include LIBS += -L../sv-dependency-builds/osx/lib } win* { DEFINES += HAVE_PORTAUDIO } macx* { DEFINES += HAVE_COREAUDIO HAVE_PORTAUDIO } } CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11 QT += network xml gui widgets TARGET = svapp DEPENDPATH += . ../bqaudioio ../svcore ../svgui INCLUDEPATH += . ../bqaudioio ../svcore ../svgui OBJECTS_DIR = o MOC_DIR = o HEADERS += audio/AudioCallbackPlaySource.h \ audio/AudioRecordTarget.h \ audio/AudioGenerator.h \ audio/ClipMixer.h \ audio/ContinuousSynth.h \ audio/PlaySpeedRangeMapper.h SOURCES += audio/AudioCallbackPlaySource.cpp \ audio/AudioRecordTarget.cpp \ audio/AudioGenerator.cpp \ audio/ClipMixer.cpp \ audio/ContinuousSynth.cpp \ audio/PlaySpeedRangeMapper.cpp HEADERS += framework/Align.h \ framework/Document.h \ framework/MainWindowBase.h \ framework/SVFileReader.h \ framework/TransformUserConfigurator.h \ framework/VersionTester.h SOURCES += framework/Align.cpp \ framework/Document.cpp \ framework/MainWindowBase.cpp \ framework/SVFileReader.cpp \ framework/TransformUserConfigurator.cpp \ framework/VersionTester.cpp