Mercurial > hg > svcore
diff base/base.pro @ 629:35499d48a5d1
* Start overhauling CSV parser to associate purposes with columns en route to its guesses; add some string manipulation code
author | Chris Cannam |
---|---|
date | Thu, 15 Jul 2010 15:27:21 +0000 |
parents | ebb6ac65bccc |
children | 1a4c76e0f7c5 |
line wrap: on
line diff
--- a/base/base.pro Thu Jul 08 14:22:28 2010 +0000 +++ b/base/base.pro Thu Jul 15 15:27:21 2010 +0000 @@ -39,6 +39,7 @@ Selection.h \ Serialiser.h \ StorageAdviser.h \ + StringBits.h \ TempDirectory.h \ TextMatcher.h \ Thread.h \ @@ -67,6 +68,7 @@ Selection.cpp \ Serialiser.cpp \ StorageAdviser.cpp \ + StringBits.cpp \ TempDirectory.cpp \ TextMatcher.cpp \ Thread.cpp \