From fdc376a735e4e7da9a21aa053f65dff835985440 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 3 May 2018 17:36:54 +0200 Subject: On windows the exports are mandatory --- framework/src/accounts/accountfactory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/src/accounts/accountfactory.h') diff --git a/framework/src/accounts/accountfactory.h b/framework/src/accounts/accountfactory.h index 429559a1..34293bb2 100644 --- a/framework/src/accounts/accountfactory.h +++ b/framework/src/accounts/accountfactory.h @@ -19,13 +19,14 @@ #pragma once +#include "kube_export.h" #include #include /** * A factory to instantiate account-plugins. */ -class AccountFactory : public QObject +class KUBE_EXPORT AccountFactory : public QObject { Q_OBJECT Q_PROPERTY(QString accountId MEMBER mAccountId WRITE setAccountId); -- cgit v1.2.3