comparison data/model/test/test.pro @ 1104:393134235fa0 simple-fft-model

Two-channel test
author Chris Cannam
date Tue, 16 Jun 2015 20:32:44 +0100
parents 4d9816ba0ebe
children fbc43d5dc3d1
comparison
equal deleted inserted replaced
1103:e86a7ea3dc38 1104:393134235fa0
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=valgrind ./$${TARGET} 64 QMAKE_POST_LINK=./$${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 }