- #ifndef LHCOLORDIALOG_GLOBAL_H
- #define LHCOLORDIALOG_GLOBAL_H
- #include <QtCore/qglobal.h>
- #if defined(LHCOLORDIALOG_LIBRARY)
- # define LHCOLORDIALOG_EXPORT Q_DECL_EXPORT
- #else
- # define LHCOLORDIALOG_EXPORT Q_DECL_IMPORT
- #endif
- #endif // LHCOLORDIALOG_GLOBAL_H
|