Go to the documentation of this file.
23 #ifndef ACCOUNTSCOMMON_H_
24 #define ACCOUNTSCOMMON_H_
26 #ifdef BUILDING_ACCOUNTS_QT
36 #define TRACE() qDebug() << __FILE__ ":" << __LINE__ << __func__
43 #define ASCII(s) QLatin1String(s)
48 #define UTF8(s) QString::fromUtf8(s)
52 #define ACCOUNTS_EXPORT __attribute__ ((visibility("default")))
55 #endif // BUILDING_ACCOUNTS_QT
57 #ifndef ACCOUNTS_EXPORT
58 #define ACCOUNTS_EXPORT