view 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 source

#ifndef COMPILETIMECONSTANTS_H
#define COMPILETIMECONSTANTS_H

#ifndef DB_DEFAULT_LOCATION
#define DB_DEFAULT_LOCATION "~/.DeDupe.sqlite"
#endif

#ifndef USE_BOOST_FIND
#define USE_BOOST_FIND 1
#endif

#endif //COMPILETIMECONSTANTS_H