Introduce build config template buildconfig.h.in

refs #625
This commit is contained in:
Roland Winklmeier
2016-03-31 17:12:01 +02:00
parent 4e9c34b04a
commit d379f14133
45 changed files with 279 additions and 317 deletions

View File

@@ -38,16 +38,4 @@
# define BLACKMISC_EXPORT_TEMPLATE
#endif
//! \cond
// helper define
#define BLACK_STRINGIFY_X(v) #v
//! \endcond
/*!
* \def BLACK_STRINGIFY
* Value in quotes (normally to be used then with QString)
*/
#define BLACK_STRINGIFY(v) BLACK_STRINGIFY_X(v)
#endif // guard