File: colorwidgets_global.hpp

package info (click to toggle)
qt-color-widgets 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 916 kB
  • sloc: cpp: 6,923; sh: 236; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef QT_COLOR_WIDGETS_GLOBAL_H
#define QT_COLOR_WIDGETS_GLOBAL_H

#include <QtCore/QtGlobal>

#if defined(QTCOLORWIDGETS_STATICALLY_LINKED)
#    define QCP_EXPORT
#elif defined(QTCOLORWIDGETS_LIBRARY)
#    define QCP_EXPORT Q_DECL_EXPORT
#else
#    define QCP_EXPORT Q_DECL_IMPORT
#endif

#endif // QT_COLOR_WIDGETS_GLOBAL_H