TQtRConfig.h

Go to the documentation of this file.
00001 // Author: Valeri Fine   28/06/2004
00002 /*************************************************************************
00003  * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers.               *
00004  * Copyright (C) 2004 by Valeri Fine.                                    *
00005  * All rights reserved.                                                  *
00006  *                                                                       *
00007  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00008  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00009  *************************************************************************/
00010 
00011 #ifndef ROOT_TQTRCONFIG
00012 #define ROOT_TQTRCONFIG
00013 #include "RConfig.h"
00014 #ifndef __CINT__
00015 #  include "qglobal.h"
00016 #endif
00017 
00018 // defined the CPP symbols to create the different versions
00019 #ifdef R__QTX11
00020 #undef R__QTX11
00021 #endif /* R__QTX11 */
00022 
00023 #ifdef   R__QTWIN32
00024 #undef   R__QTWIN32
00025 #endif /*R__QTWIN32*/
00026 
00027 #ifdef   R__QTMACOS
00028 #undef   R__QTMACOS
00029 #endif /*R__QTMACOS*/
00030 
00031 #ifdef  R__QTGUITHREAD
00032 #undef  R__QTGUITHREAD
00033 #endif /*R__QTGUITHREAD*/
00034 
00035 #ifdef Q_WS_X11
00036 # define R__QTX11
00037 #endif
00038 
00039 #if !defined(R__QTX11) && defined(R__UNIX) && !defined(R__MACOSX)
00040 # define R__QTX11
00041 #endif
00042 
00043 #if !defined(R__QTX11) &&  defined(R__WIN32)
00044 # define R__QTWIN32
00045 #endif
00046 
00047 #if defined(R__MACOSX)
00048 # define R__QTMACOS
00049 #endif
00050 
00051 #ifndef ROOT_VALID_QT_VERSION
00052 // The least Qt version the ROOT package can work with
00053 #  ifndef __CINT__
00054 #    if QT_VERSION < 0x40000
00055 #      define ROOT_VALID_QT_VERSION "3.2.0"
00056 #    else
00057 #      define ROOT_VALID_QT_VERSION "4.1.2"
00058 #    endif
00059 #  endif
00060 #endif
00061 
00062 #endif /*ROOT_TQTCONFIG*/

Generated on Tue Jul 5 14:14:32 2011 for ROOT_528-00b_version by  doxygen 1.5.1