rpms/paraview/devel paraview-3.2-qt.patch,NONE,1.1

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Mon Nov 19 16:57:27 UTC 2007


Author: orion

Update of /cvs/pkgs/rpms/paraview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5104

Added Files:
	paraview-3.2-qt.patch 
Log Message:
Add Qt patch


paraview-3.2-qt.patch:

--- NEW FILE paraview-3.2-qt.patch ---
--- ParaView3.2/Qt/CMakeLists.txt.qt	2007-11-09 14:21:59.000000000 -0700
+++ ParaView3.2/Qt/CMakeLists.txt	2007-11-09 14:22:11.000000000 -0700
@@ -10,14 +10,6 @@
   MESSAGE(SEND_ERROR "Qt ${QT_MIN_VERSION} or greater not found.  Please check the QT_QMAKE_EXECUTABLE variable.")
 ELSE(NOT QT4_FOUND)
 
-# To make support of ParaView tractable, we only support a single version
-# of Qt at one time.  If you really want to use a newer version of Qt, you
-# can delete this check, but you are on your own.
-STRING(REGEX MATCH "^4\\.2\\.[0-9]+" qt_version_tmp "${QTVERSION}")
-IF (NOT qt_version_tmp)
-  MESSAGE(SEND_ERROR "Qt ${QTVERSION} not supported.  Please use Qt 4.2.")
-ENDIF (NOT qt_version_tmp)
-
 # help CMake fine QtUiTools on Mac (binary install)
 IF(Q_WS_MAC AND QT4_FOUND AND QT_QTCORE_FOUND AND NOT QT_QTUITOOLS_FOUND)
   FIND_LIBRARY(QT_QTUITOOLS_LIBRARY_RELEASE NAMES QtUiTools PATHS ${QT_LIBRARY_DIR})




More information about the fedora-extras-commits mailing list