[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebindings/python
From:       Simon Edwards <simon () simonzone ! com>
Date:       2008-12-31 19:18:06
Message-ID: 1230751086.746402.4667.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 903949 by sedwards:

updated the required versions of our dependencies.




 M  +6 -6      CMakeLists.txt  


--- trunk/KDE/kdebindings/python/CMakeLists.txt #903948:903949
@@ -39,17 +39,17 @@
     IF(PYTHON_LIBRARIES AND PYTHON_INCLUDE_PATH)
 
         macro_optional_find_package(SIP)
-        IF(SIP_VERSION STRLESS "040706")    # These version numbers also appear in \
                pykde4/CMakeLists.txt
-            MESSAGE(STATUS "The version of SIP found is too old. 4.7.6 or later is \
needed.") +        IF(SIP_VERSION STRLESS "040708")    # These version numbers also \
appear in pykde4/CMakeLists.txt +            MESSAGE(STATUS "The version of SIP found \
is too old. 4.7.8 or later is needed.")  SET(SIP_FOUND FALSE)
-        ENDIF(SIP_VERSION STRLESS "040706")
+        ENDIF(SIP_VERSION STRLESS "040708")
         IF(SIP_FOUND)
 
             macro_optional_find_package(PyQt4)
-            IF(PYQT4_VERSION STRLESS "040402")  # These version numbers also appear \
                in pykde4/CMakeLists.txt
-                MESSAGE(STATUS "The version of PyQt found is too old. 4.4.2 or later \
is required.") +            IF(PYQT4_VERSION STRLESS "040404")  # These version \
numbers also appear in pykde4/CMakeLists.txt +                MESSAGE(STATUS "The \
version of PyQt found is too old. 4.4.4 or later is required.")  SET(PYQT4_FOUND \
                FALSE)
-            ENDIF(PYQT4_VERSION STRLESS "040402")
+            ENDIF(PYQT4_VERSION STRLESS "040404")
             IF(PYQT4_FOUND)
                 add_subdirectory(pykde4)
                 set(PYKDE4_ENABLED "yes")


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic