2015-03-19 15:36:53 +00:00
|
|
|
# Copyright 2015 Aleix Pol Gonzalez <aleixpol@kde.org>
|
|
|
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
|
|
|
|
|
|
|
|
|
|
|
# Thoroughly inspired in kdevplatform_add_plugin
|
2016-06-01 04:16:40 +01:00
|
|
|
function(kdeconnect_add_plugin)
|
|
|
|
kcoreaddons_add_plugin(${ARGN} INSTALL_NAMESPACE kdeconnect)
|
2015-03-19 15:36:53 +00:00
|
|
|
endfunction()
|