Mercurial > hg > chp
comparison 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 |
comparison
equal
deleted
inserted
replaced
7:f5b9bae2a8c3 | 8:0ca7c7e21991 |
---|---|
1 TEMPLATE = lib | |
2 | |
3 INCLUDEPATH += ../../../vamp-plugin-sdk/include | |
4 LIBS += ../../../vamp-plugin-sdk/lib/libvamp-sdk.a -Wl,--version-script=../win32-build/vamp-plugin.map | |
5 | |
6 CONFIG -= qt | |
7 CONFIG += plugin release warn_on | |
8 | |
9 TARGET = chp | |
10 | |
11 SOURCES += \ | |
12 ../ConstrainedHarmonicPeak.cpp \ | |
13 ../plugins.cpp | |
14 | |
15 HEADERS += \ | |
16 ../ConstrainedHarmonicPeak.h | |
17 |