tilde~
Puredata Qt-based GUI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
colorpicker_global.hpp
Go to the documentation of this file.
1 #ifndef QT_COLOR_PICKER_GLOBAL_H
2 #define QT_COLOR_PICKER_GLOBAL_H
3 
4 #include <QtCore/QtGlobal>
5 
6 #if defined(QTCOLORPICKER_LIBRARY)
7 # define QCP_EXPORT Q_DECL_EXPORT
8 #else
9 # define QCP_EXPORT Q_DECL_IMPORT
10 #endif
11 
12 #endif