plasma-framework/src/scriptengines/CMakeLists.txt
Marco Martin ea924b1469 port libplasma away from sycoca as much as possible
this ports most of libplasma away from sycoca, using instead
a combination of KPluginLoader and KPackage::PackageLoader instead
(so eventually using their own little caches instead of the
global sycoca cache)
a kservicetypetrader call is left in the loading of
containmentactions since is the only way to make an older
workspace still work, but is only a fallback, so containmentactions
in plasma-workspace can be ported eventually as well

Change-Id: Ie9579c3e01284f6d97043e22d01bbe63d3c3f45a
REVIEW:123626
2015-05-07 16:26:37 +02:00

9 lines
183 B
CMake

add_subdirectory(qml)
#add_subdirectory(ruby)
# Re-enable when we have Python bindings for libplasma
#if (PYTHONLIBRARY_FOUND AND NOT WIN32)
# add_subdirectory(python)
#endif ()