Mercurial > hg > chp
annotate win32-build/chp.pro @ 12:f9f5185ab1a9
Path when building beneath tony dir
author | Chris Cannam |
---|---|
date | Tue, 31 Mar 2015 14:38:05 +0100 |
parents | e32a354434aa |
children |
rev | line source |
---|---|
Chris@8 | 1 TEMPLATE = lib |
Chris@8 | 2 |
Chris@11 | 3 INCLUDEPATH += ../../sv-dependency-builds/win32-mingw/include |
Chris@11 | 4 LIBS += ../../sv-dependency-builds/win32-mingw/lib/libvamp-sdk.a -Wl,--version-script=../win32-build/vamp-plugin.map |
Chris@8 | 5 |
Chris@8 | 6 CONFIG -= qt |
Chris@8 | 7 CONFIG += plugin release warn_on |
Chris@8 | 8 |
Chris@8 | 9 TARGET = chp |
Chris@8 | 10 |
Chris@8 | 11 SOURCES += \ |
Chris@8 | 12 ../ConstrainedHarmonicPeak.cpp \ |
Chris@8 | 13 ../plugins.cpp |
Chris@8 | 14 |
Chris@8 | 15 HEADERS += \ |
Chris@8 | 16 ../ConstrainedHarmonicPeak.h |
Chris@8 | 17 |