00001 #ifndef _QDBTGLOBAL_H
00002 #define _QDBTGLOBAL_H
00003 
00004 #include <qglobal.h>
00005 
00006 #if defined( Q_WS_WIN ) || defined( _WS_WIN_ )
00007 
00008 #if defined( QDBT_DLL )
00009 #if defined( TABULAR_SOURCE )
00010 #define QDBT_EXPORT __declspec( dllexport )
00011 #else
00012 #define QDBT_EXPORT __declspec( dllimport )
00013 #endif // TABULAR_SOURCE
00014 #endif // QDBT_DLL
00015 
00016 
00017 
00018 
00019 
00020 
00021 #if defined( TABULAR_SOURCE )
00022 #pragma warning(disable: 4251)
00023 #endif
00024 
00025 #endif // Q_WS_WIN or _WS_WIN_
00026 
00027 #ifndef QDBT_EXPORT
00028 #define QDBT_EXPORT
00029 #endif
00030 
00031 #endif
00032