Mercurial > hg > chp
annotate win32-build/chp.pro @ 8:0ca7c7e21991
Build stuff for Windows build using Qt Creator
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2014 09:18:46 +0000 |
parents | |
children | e32a354434aa |
rev | line source |
---|---|
Chris@8 | 1 TEMPLATE = lib |
Chris@8 | 2 |
Chris@8 | 3 INCLUDEPATH += ../../../vamp-plugin-sdk/include |
Chris@8 | 4 LIBS += ../../../vamp-plugin-sdk/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 |