psa: Moved harmattand code to Qt project with sync option
[feedingit] / FeedingIt-Sync / FeedingIt-Sync_global.h
1 #ifndef FEEDINGITSYNC_GLOBAL_H
2 #define FEEDINGITSYNC_GLOBAL_H
3
4 #include <QtCore/qglobal.h>
5
6 #if defined(FEEDINGITSYNC_LIBRARY)
7 #  define FEEDINGITSYNCSHARED_EXPORT Q_DECL_EXPORT
8 #else
9 #  define FEEDINGITSYNCSHARED_EXPORT Q_DECL_IMPORT
10 #endif
11
12 #endif // FEEDINGITSYNC_GLOBAL_H