2017-09-10 15:01:58 +02:00
|
|
|
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/plugins")
|
|
|
|
|
|
|
|
add_subdirectory(AutoScroll)
|
|
|
|
add_subdirectory(FlashCookieManager)
|
|
|
|
add_subdirectory(GreaseMonkey)
|
|
|
|
add_subdirectory(MouseGestures)
|
|
|
|
add_subdirectory(PIM)
|
|
|
|
add_subdirectory(StatusBarIcons)
|
|
|
|
add_subdirectory(TabManager)
|
2018-02-02 11:28:29 +01:00
|
|
|
add_subdirectory(VerticalTabs)
|
2017-09-10 15:01:58 +02:00
|
|
|
|
2018-03-31 16:55:50 +02:00
|
|
|
if (ENABLE_KDE_FRAMEWORKS_INTEGRATION_PLUGIN)
|
|
|
|
add_subdirectory(KDEFrameworksIntegration)
|
2017-09-26 15:19:55 +02:00
|
|
|
endif()
|
|
|
|
|
2018-02-26 18:28:58 +01:00
|
|
|
if (ENABLE_PYTHON_PLUGINS)
|
2018-02-26 10:37:47 +01:00
|
|
|
add_subdirectory(PyFalkon)
|
|
|
|
endif()
|
|
|
|
|
2017-09-10 15:01:58 +02:00
|
|
|
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
|
|
|
|
add_subdirectory(TestPlugin)
|
|
|
|
endif()
|