From 6858f1dd6294a93c1e1ec8007cb0434b53646488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 19 Aug 2015 02:06:32 +0200 Subject: GH-1197 add console log color adaptation rainbow library was part of KDE - KGuiAddons --- depends/rainbow/include/rainbow_config.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 depends/rainbow/include/rainbow_config.h (limited to 'depends/rainbow/include/rainbow_config.h') diff --git a/depends/rainbow/include/rainbow_config.h b/depends/rainbow/include/rainbow_config.h new file mode 100644 index 00000000..0699795c --- /dev/null +++ b/depends/rainbow/include/rainbow_config.h @@ -0,0 +1,22 @@ +/* Copyright 2013-2015 MultiMC Contributors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include + +#ifdef RAINBOW_LIBRARY +#define RAINBOW_EXPORT Q_DECL_EXPORT +#else +#define RAINBOW_EXPORT Q_DECL_IMPORT +#endif -- cgit v1.2.3