Mercurial > hg > tony
view chp.pro @ 586:1dfdbd017cf5
Suppress property boxes. They aren't visible anyway, but updates to their invisible state seems to be causing problems with certain Qt builds on Windows.
author | Chris Cannam |
---|---|
date | Wed, 04 Sep 2019 14:19:57 +0100 |
parents | 77754355b37a |
children | 13b0abef20e0 |
line wrap: on
line source
TEMPLATE = lib exists(config.pri) { include(config.pri) } !exists(config.pri) { include(noconfig.pri) } CONFIG -= qt CONFIG += plugin release warn_on TARGET = chp INCLUDEPATH += $$PWD/vamp-plugin-sdk win32-msvc* { LIBS += -EXPORT:vampGetPluginDescriptor } win32-g++* { LIBS += -Wl,--version-script=$$PWD/pyin/vamp-plugin.map } linux* { LIBS += -Wl,--version-script=$$PWD/pyin/vamp-plugin.map } macx* { LIBS += -exported_symbols_list $$PWD/pyin/vamp-plugin.list } SOURCES += \ chp/ConstrainedHarmonicPeak.cpp \ chp/plugins.cpp \ vamp-plugin-sdk/src/vamp-sdk/FFT.cpp \ vamp-plugin-sdk/src/vamp-sdk/PluginAdapter.cpp \ vamp-plugin-sdk/src/vamp-sdk/RealTime.cpp HEADERS += \ chp/ConstrainedHarmonicPeak.h