27 #ifndef ACCOUNTSCOMMON_H_ 28 #define ACCOUNTSCOMMON_H_ 30 #ifdef BUILDING_ACCOUNTS_QT 39 #define ASCII(s) QLatin1String(s) 44 #define UTF8(s) QString::fromUtf8(s) 48 #define ACCOUNTS_EXPORT __attribute__ ((visibility("default"))) 51 #endif // BUILDING_ACCOUNTS_QT 53 #ifndef ACCOUNTS_EXPORT 54 #define ACCOUNTS_EXPORT