Diff of /branches/KDE/4.4/kdebase/workspace/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1135755, Fri May 28 10:16:45 2010 UTC revision 1135756, Tue Jun 8 07:18:24 2010 UTC
# Line 60  if(PYQT4_FOUND AND PYQT4_VERSION STRLESS Line 60  if(PYQT4_FOUND AND PYQT4_VERSION STRLESS
60  endif(PYQT4_FOUND AND PYQT4_VERSION STRLESS "040400")  endif(PYQT4_FOUND AND PYQT4_VERSION STRLESS "040400")
61    
62  macro_optional_find_package(PyKDE4)  macro_optional_find_package(PyKDE4)
63  set(PythonSupport_FOUND FALSE)  set(PythonSupport_FOUND TRUE)
 if(PYTHONLIBRARY_FOUND AND SIP_FOUND AND PYQT4_FOUND AND PYKDE4_FOUND)  
   set(PythonSupport_FOUND TRUE)  
 endif(PYTHONLIBRARY_FOUND AND SIP_FOUND AND PYQT4_FOUND AND PYKDE4_FOUND)  
64    
 macro_log_feature(PythonSupport_FOUND "Python" "KDE Python support" "http://techbase.kde.org/Development/Languages/Python" FALSE "" "Needed to build plasma scriptengine for Python")  
65  #### End Python support ####  #### End Python support ####
66    
67  include(MacroLibrary)  include(MacroLibrary)

Legend:
Removed from v.1135755  
changed lines
  Added in v.1135756