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/tools/JProfiler.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'logic/tools/JProfiler.h') diff --git a/logic/tools/JProfiler.h b/logic/tools/JProfiler.h index b5440b0b..d658d6c2 100644 --- a/logic/tools/JProfiler.h +++ b/logic/tools/JProfiler.h @@ -2,7 +2,9 @@ #include "BaseProfiler.h" -class JProfilerFactory : public BaseProfilerFactory +#include "multimc_logic_export.h" + +class MULTIMC_LOGIC_EXPORT JProfilerFactory : public BaseProfilerFactory { public: QString name() const override { return "JProfiler"; } -- cgit v1.2.3