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 ++- framework/src/accounts/accountsmodel.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'framework/src/accounts') 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); diff --git a/framework/src/accounts/accountsmodel.h b/framework/src/accounts/accountsmodel.h index 4991f7e0..dd9a1c0c 100644 --- a/framework/src/accounts/accountsmodel.h +++ b/framework/src/accounts/accountsmodel.h @@ -18,7 +18,7 @@ */ #pragma once - +#include "kube_export.h" #include #include #include @@ -28,7 +28,7 @@ namespace Sink { class Query; } -class AccountsModel : public QIdentityProxyModel +class KUBE_EXPORT AccountsModel : public QIdentityProxyModel { Q_OBJECT -- cgit v1.2.3