Mercurial > hg > svcore
diff plugin/plugin.pro @ 256:9c85517ff0f5
* Fix #1706927 NaNs from plugin outputs should not be used
author | Chris Cannam |
---|---|
date | Fri, 27 Apr 2007 15:39:48 +0000 |
parents | 85bf384db35f |
children | 32e50b620a6c |
line wrap: on
line diff
--- a/plugin/plugin.pro Thu Apr 19 15:19:51 2007 +0000 +++ b/plugin/plugin.pro Fri Apr 27 15:39:48 2007 +0000 @@ -8,6 +8,9 @@ TARGET = svplugin +# Doesn't work with this library, which contains C99 as well as C++ +PRECOMPILED_HEADER = + DEPENDPATH += . .. api plugins api/alsa api/alsa/sound INCLUDEPATH += . .. api api/alsa plugins api/alsa/sound OBJECTS_DIR = tmp_obj