diff options
Diffstat (limited to 'plugins/qt_clist/qt_clist_global.h')
-rwxr-xr-x | plugins/qt_clist/qt_clist_global.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/qt_clist/qt_clist_global.h b/plugins/qt_clist/qt_clist_global.h deleted file mode 100755 index 1c36552c0d..0000000000 --- a/plugins/qt_clist/qt_clist_global.h +++ /dev/null @@ -1,12 +0,0 @@ -#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
|