28 #ifndef ACCOUNTSCOMMON_H_ 29 #define ACCOUNTSCOMMON_H_ 31 #ifdef BUILDING_ACCOUNTS_QT 40 #define ASCII(s) QLatin1String(s) 45 #define UTF8(s) QString::fromUtf8(s) 49 #define ACCOUNTS_EXPORT __attribute__ ((visibility("default"))) 52 #endif // BUILDING_ACCOUNTS_QT 54 #ifndef ACCOUNTS_EXPORT 55 #define ACCOUNTS_EXPORT