~arjunak234-deactivatedaccount/kde-workspace/fix125114

« back to all changes in this revision

Viewing changes to plasma/generic/scriptengines/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
macro_optional_add_subdirectory(ruby)
 
2
 
 
3
if(QT_QTWEBKIT_FOUND)
 
4
    macro_optional_add_subdirectory(webkit)
 
5
endif(QT_QTWEBKIT_FOUND)
 
6
 
 
7
if (PythonSupport_FOUND AND NOT WIN32)
 
8
    macro_optional_add_subdirectory(python)
 
9
endif (PythonSupport_FOUND AND NOT WIN32)
 
10
 
 
11
if(GOOGLEGADGETS_FOUND)
 
12
    macro_optional_add_subdirectory(google_gadgets)
 
13
endif(GOOGLEGADGETS_FOUND)