Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
255:7033e188b2b2 | 256:9c85517ff0f5 |
---|---|
5 | 5 |
6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions | 6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions |
7 QT += xml | 7 QT += xml |
8 | 8 |
9 TARGET = svplugin | 9 TARGET = svplugin |
10 | |
11 # Doesn't work with this library, which contains C99 as well as C++ | |
12 PRECOMPILED_HEADER = | |
10 | 13 |
11 DEPENDPATH += . .. api plugins api/alsa api/alsa/sound | 14 DEPENDPATH += . .. api plugins api/alsa api/alsa/sound |
12 INCLUDEPATH += . .. api api/alsa plugins api/alsa/sound | 15 INCLUDEPATH += . .. api api/alsa plugins api/alsa/sound |
13 OBJECTS_DIR = tmp_obj | 16 OBJECTS_DIR = tmp_obj |
14 MOC_DIR = tmp_moc | 17 MOC_DIR = tmp_moc |