comparison 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
comparison
equal deleted inserted replaced
9:b5943e4bf676 10:ec87a79770ee
3 3
4 #ifndef DB_DEFAULT_LOCATION 4 #ifndef DB_DEFAULT_LOCATION
5 #define DB_DEFAULT_LOCATION "~/.DeDupe.sqlite" 5 #define DB_DEFAULT_LOCATION "~/.DeDupe.sqlite"
6 #endif 6 #endif
7 7
8 #ifndef USE_BOOST_FIND
9 #define USE_BOOST_FIND 1
10 #endif
11
8 #endif //COMPILETIMECONSTANTS_H 12 #endif //COMPILETIMECONSTANTS_H