PRCYCoin  2.0.0.7rc1
P2P Digital Currency
qgoogleauth_global.h
Go to the documentation of this file.
1 #ifndef QGOOGLEAUTH_GLOBAL_H
2 #define QGOOGLEAUTH_GLOBAL_H
3 
4 #include <QtCore/qglobal.h>
5 
6 #if defined(QGOOGLEAUTH_LIBRARY)
7 # define QGOOGLEAUTHSHARED_EXPORT Q_DECL_EXPORT
8 #else
9 # define QGOOGLEAUTHSHARED_EXPORT Q_DECL_IMPORT
10 #endif
11 
12 #endif // QGOOGLEAUTH_GLOBAL_H