Mercurial > hg > chp
view win32-build/chp.pro @ 14:de970142809f tip
Fix some warnings
author | Chris Cannam |
---|---|
date | Wed, 10 Jul 2019 10:39:57 +0100 |
parents | e32a354434aa |
children |
line wrap: on
line source
TEMPLATE = lib INCLUDEPATH += ../../sv-dependency-builds/win32-mingw/include LIBS += ../../sv-dependency-builds/win32-mingw/lib/libvamp-sdk.a -Wl,--version-script=../win32-build/vamp-plugin.map CONFIG -= qt CONFIG += plugin release warn_on TARGET = chp SOURCES += \ ../ConstrainedHarmonicPeak.cpp \ ../plugins.cpp HEADERS += \ ../ConstrainedHarmonicPeak.h