From 59774a195bc6b530ccbd9c174e20602451ac1084 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 16 Feb 2018 23:09:42 +0000 Subject: 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 Forwarded: mailed to ultracopier@first-world.info Last-Update: 2018-02-19 --- plugins/Themes/Oxygen/Variable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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