From afaaeb6dc16315c78091653a2662be41781ddfd3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 17 Apr 2018 14:17:39 +0200 Subject: Set the list of available account plugins from cmake --- components/accounts/AccountConfiguration.qml.in | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 components/accounts/AccountConfiguration.qml.in (limited to 'components/accounts/AccountConfiguration.qml.in') diff --git a/components/accounts/AccountConfiguration.qml.in b/components/accounts/AccountConfiguration.qml.in new file mode 100644 index 00000000..58c70b59 --- /dev/null +++ b/components/accounts/AccountConfiguration.qml.in @@ -0,0 +1,26 @@ +/* + Copyright (C) 2018 Christian Mollekopf, + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + +pragma Singleton + +import QtQuick 2.7 + +Item { + property var availableAccountPlugins: [@AVAILABLE_ACCOUNT_PLUGINS@] +} + -- cgit v1.2.3