From 88e1b7d04a6e296f10e6364f259ca37c1b7f2ea9 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 18 Dec 2019 18:55:07 +0000 Subject: [PATCH] assume QT_KATIE is not defined anywhere else Signed-off-by: Ivailo Monev --- src/core/global/qconfig.h.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/core/global/qconfig.h.cmake b/src/core/global/qconfig.h.cmake index 3b7000ab6..70c9e4761 100644 --- a/src/core/global/qconfig.h.cmake +++ b/src/core/global/qconfig.h.cmake @@ -92,12 +92,10 @@ #define QT_NO_ICONV /* Qt build specs */ +#define QT_KATIE #ifndef QT_EDITION # define QT_EDITION QT_EDITION_DESKTOP #endif -#ifndef QT_KATIE -# define QT_KATIE -#endif #ifndef QT_BUILD_KEY # define QT_BUILD_KEY "${KATIE_KEY}" -- 2.11.0