view 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
line wrap: on
line source
TEMPLATE = lib

INCLUDEPATH += ../../../vamp-plugin-sdk/include 
LIBS += ../../../vamp-plugin-sdk/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