Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages   Examples  

qdbtglobal.h

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 // If compiling tabular sources on windows, don't complain about being unable
00017 // to decide, wether dll-linkage for template classes is present or not.
00018 //
00019 // (How might there be dll-linkage for template code, since its inline code
00020 // anyway, huh?)
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 

Generated on Mon Apr 22 12:21:53 2002 for QdbtTabular by doxygen1.2.15-20020421