Documents > BPS V2 C++ API
bpscore_global.h
Go to the documentation of this file.
00001 
00007 #ifndef BPSCORE_GLOBAL_H
00008 #define BPSCORE_GLOBAL_H
00009 
00010 #include "bpsglobals.h"
00011 #include <QGlobal.h>
00012 
00013 #ifdef BPSCORE_LIB
00014 
00017 # define BPSCORE_EXPORT Q_DECL_EXPORT
00018 #else
00019 
00022 # define BPSCORE_EXPORT Q_DECL_IMPORT
00023 #endif
00024 
00025 #endif // BPSCORE_GLOBAL_H