annotate system/system.pro @ 497:b6dc6c7f402c

Various fixes: * Fix handling of HTTP redirects (avoiding crashes... I hope) * Fix failure to delete FFT models when a feature extraction model transformer was abandoned (also a cause of crashes in the past) * Fix deadlock when said transform was abandoned before its source model was ready because the session was being cleared (and so the source model would never be ready)
author Chris Cannam
date Fri, 28 Nov 2008 13:36:13 +0000
parents 7aa1de571880
children ebb6ac65bccc
rev   line source
Chris@150 1 TEMPLATE = lib
Chris@150 2
Chris@150 3 SV_UNIT_PACKAGES =
Chris@150 4 load(../sv.prf)
Chris@150 5
Chris@150 6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
Chris@150 7
Chris@387 8 QT -= gui
Chris@387 9
Chris@150 10 TARGET = svsystem
Chris@150 11
Chris@150 12 DEPENDPATH += .
Chris@150 13 INCLUDEPATH += .
Chris@150 14
Chris@150 15 # Input
Chris@150 16 HEADERS += Init.h System.h
Chris@150 17 SOURCES += Init.cpp System.cpp