From 23d0bd8edde6aadfaa282215b5f143ad16210438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 5 Sep 2015 18:46:57 +0200 Subject: NOISSUE make shared logic library ... shared --- logic/icons/MMCIcon.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'logic/icons/MMCIcon.h') diff --git a/logic/icons/MMCIcon.h b/logic/icons/MMCIcon.h index cf087aa4..753e916d 100644 --- a/logic/icons/MMCIcon.h +++ b/logic/icons/MMCIcon.h @@ -17,7 +17,10 @@ #include #include #include -struct MMCImage + +#include "multimc_logic_export.h" + +struct MULTIMC_LOGIC_EXPORT MMCImage { QIcon icon; QString filename; @@ -28,7 +31,7 @@ struct MMCImage } }; -struct MMCIcon +struct MULTIMC_LOGIC_EXPORT MMCIcon { enum Type : unsigned { -- cgit v1.2.3