diff CompileTimeConstants.h @ 10:ec87a79770ee

Use boost find, to work around problems with QDir.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Thu, 23 Aug 2012 00:26:45 +0200
parents 2833b7f8884a
children 06166d6c083b
line wrap: on
line diff
--- a/CompileTimeConstants.h	Wed Aug 22 18:48:07 2012 +0200
+++ b/CompileTimeConstants.h	Thu Aug 23 00:26:45 2012 +0200
@@ -5,4 +5,8 @@
 #define DB_DEFAULT_LOCATION "~/.DeDupe.sqlite"
 #endif
 
+#ifndef USE_BOOST_FIND
+#define USE_BOOST_FIND 1
+#endif
+
 #endif //COMPILETIMECONSTANTS_H