Skip to content
Snippets Groups Projects
Commit 11718cec authored by Ilka Antcheva's avatar Ilka Antcheva
Browse files

From Valeri Fine:

- add the Qt 4 version the Qt-layer can be compiled against of


git-svn-id: http://root.cern.ch/svn/root/trunk@16164 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1ded4a71
Branches
Tags
No related merge requests found
// Author: Valeri Fine 28/06/2004
/*************************************************************************
* Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
* Copyright (C) 2004 by Valeri Fine. *
......@@ -9,8 +10,10 @@
#ifndef ROOT_TQtRConfig
#define ROOT_TQtRConfig
#include "RConfig.h"
#ifndef __CINT__
# include "qglobal.h"
#endif
// defined the CPP symbols to create the different versions
#ifdef R__QTX11
......@@ -34,9 +37,6 @@
#endif
#if defined(R__WIN32)
# ifndef GDK_WIN32
//# define R__QTGUITHREAD
# endif
# define R__QTWIN32
#endif
......@@ -46,7 +46,13 @@
#ifndef ROOT_VALID_QT_VERSION
// The least Qt version the ROOT package can work with
#define ROOT_VALID_QT_VERSION "3.2.0"
# ifndef __CINT__
# if QT_VERSION < 0x40000
# define ROOT_VALID_QT_VERSION "3.2.0"
# else
# define ROOT_VALID_QT_VERSION "4.1.2"
# endif
# endif
#endif
#endif /*ROOT_TQTCONFIG*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment