comparison data/model/test/test.pro @ 1096:4d9816ba0ebe simple-fft-model

Rework audio file reader API to prefer using std containers
author Chris Cannam
date Mon, 15 Jun 2015 12:19:47 +0100
parents 9f4505ac9072
children 393134235fa0
comparison
equal deleted inserted replaced
1095:b66734b5f806 1096:4d9816ba0ebe
59 PRE_TARGETDEPS += ../../../libsvcore.a 59 PRE_TARGETDEPS += ../../../libsvcore.a
60 } 60 }
61 61
62 !win32 { 62 !win32 {
63 !macx* { 63 !macx* {
64 QMAKE_POST_LINK=./$${TARGET} 64 QMAKE_POST_LINK=valgrind ./$${TARGET}
65 } 65 }
66 macx* { 66 macx* {
67 QMAKE_POST_LINK=./$${TARGET}.app/Contents/MacOS/$${TARGET} 67 QMAKE_POST_LINK=./$${TARGET}.app/Contents/MacOS/$${TARGET}
68 } 68 }
69 } 69 }