Mercurial > hg > svcore
comparison base/test/test.pro @ 1022:eecf544bed92
Unit tests for StringBits::splitQuoted
author | Chris Cannam |
---|---|
date | Mon, 01 Dec 2014 15:42:58 +0000 |
parents | ee9f4477f65b |
children | 0559f25b99f2 |
comparison
equal
deleted
inserted
replaced
1021:1888ca033a84 | 1022:eecf544bed92 |
---|---|
47 DEPENDPATH += ../.. | 47 DEPENDPATH += ../.. |
48 INCLUDEPATH += ../.. | 48 INCLUDEPATH += ../.. |
49 OBJECTS_DIR = o | 49 OBJECTS_DIR = o |
50 MOC_DIR = o | 50 MOC_DIR = o |
51 | 51 |
52 HEADERS += TestRangeMapper.h TestPitch.h TestRealTime.h | 52 HEADERS += TestRangeMapper.h TestPitch.h TestRealTime.h TestStringBits.h |
53 SOURCES += main.cpp | 53 SOURCES += main.cpp |
54 | 54 |
55 win* { | 55 win* { |
56 //PRE_TARGETDEPS += ../../svcore.lib | 56 //PRE_TARGETDEPS += ../../svcore.lib |
57 } | 57 } |