summaryrefslogtreecommitdiffstats
path: root/depends/rainbow/include/rainbow_config.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-08-19 02:06:32 +0200
committerPetr Mrázek <peterix@gmail.com>2015-08-19 23:52:53 +0200
commit6858f1dd6294a93c1e1ec8007cb0434b53646488 (patch)
tree83656c5ff2ef9aa8d5bf7b2441727282751c78fc /depends/rainbow/include/rainbow_config.h
parent9681f724e5ac0d859c575d093c6dd656a3b9e5c7 (diff)
downloadMultiMC-6858f1dd6294a93c1e1ec8007cb0434b53646488.tar
MultiMC-6858f1dd6294a93c1e1ec8007cb0434b53646488.tar.gz
MultiMC-6858f1dd6294a93c1e1ec8007cb0434b53646488.tar.lz
MultiMC-6858f1dd6294a93c1e1ec8007cb0434b53646488.tar.xz
MultiMC-6858f1dd6294a93c1e1ec8007cb0434b53646488.zip
GH-1197 add console log color adaptation
rainbow library was part of KDE - KGuiAddons
Diffstat (limited to 'depends/rainbow/include/rainbow_config.h')
-rw-r--r--depends/rainbow/include/rainbow_config.h22
1 files changed, 22 insertions, 0 deletions
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 <QtCore/QtGlobal>
+
+#ifdef RAINBOW_LIBRARY
+#define RAINBOW_EXPORT Q_DECL_EXPORT
+#else
+#define RAINBOW_EXPORT Q_DECL_IMPORT
+#endif