summaryrefslogtreecommitdiff
path: root/plugins/qt_clist/qt_clist_global.h
blob: 1c36552c0de87ba7acd28e7e04fcc87cd8b56da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef QT_CLIST_GLOBAL_H
#define QT_CLIST_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(QT_CLIST_LIBRARY)
#  define QT_CLISTSHARED_EXPORT Q_DECL_EXPORT
#else
#  define QT_CLISTSHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // QT_CLIST_GLOBAL_H