summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-02-16 23:09:42 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-02-23 23:50:12 +0000
commit59774a195bc6b530ccbd9c174e20602451ac1084 (patch)
tree04bec6b726309a1c8eb01c3165a10cc4bc0faa19
parentbd56579c7d9de94c17287adefa118290e6b7ba33 (diff)
Disable ultimate build
Due to the definition of the ULTRACOPIER_VERSION_ULTIMATE macro in various header files, the build produce an ultracopier ultimate and this cannot be overridden in the build system. This patch comments out the macro, which can then be set from the qmake invocation. Author: Thomas Preud'homme <robotux@debian.org> Forwarded: mailed to ultracopier@first-world.info Last-Update: 2018-02-19
-rw-r--r--plugins/Themes/Oxygen/Variable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Themes/Oxygen/Variable.h b/plugins/Themes/Oxygen/Variable.h
index 8b6119b..660346f 100644
--- a/plugins/Themes/Oxygen/Variable.h
+++ b/plugins/Themes/Oxygen/Variable.h
@@ -10,7 +10,7 @@
//Un-comment this next line to put ultracopier plugin in debug mode
#define ULTRACOPIER_PLUGIN_DEBUG
-#define ULTRACOPIER_VERSION_ULTIMATE
+//#define ULTRACOPIER_VERSION_ULTIMATE
#endif // VARIABLE_H