00001 00007 #ifndef BPSGUI_GLOBAL_H 00008 #define BPSGUI_GLOBAL_H 00009 00010 #include "bpsglobals.h" 00011 #include <QGlobal.h> 00012 00013 #ifdef BPSGUI_LIB 00014 00017 # define BPSGUI_EXPORT Q_DECL_EXPORT 00018 #else 00019 00022 # define BPSGUI_EXPORT Q_DECL_IMPORT 00023 #endif 00024 00025 #endif // BPSGUI_GLOBAL_H