27 #ifndef ACCOUNTSCOMMON_H_ 28 #define ACCOUNTSCOMMON_H_ 30 #ifdef BUILDING_ACCOUNTS_QT 40 #define TRACE() qDebug() << __FILE__ ":" << __LINE__ << __func__ 47 #define ASCII(s) QLatin1String(s) 52 #define UTF8(s) QString::fromUtf8(s) 56 #define ACCOUNTS_EXPORT __attribute__ ((visibility("default"))) 59 #endif // BUILDING_ACCOUNTS_QT 61 #ifndef ACCOUNTS_EXPORT 62 #define ACCOUNTS_EXPORT