From 052d03cd919784c25a6491a891f982b2f60e8376 Mon Sep 17 00:00:00 2001 From: Vladislav Zavjalov Date: Sat, 23 Oct 2021 21:33:07 +0100 Subject: [PATCH] remove CONFIG += resources_big to fix LTO error. See https://bugreports.qt.io/browse/QTBUG-73834 --- src/scripts/scripts.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/scripts.pro b/src/scripts/scripts.pro index 6b07cf995..e2eb98cc8 100644 --- a/src/scripts/scripts.pro +++ b/src/scripts/scripts.pro @@ -9,7 +9,7 @@ DESTDIR = ../../plugins RC_FILE = scripts.rc LIBS += -l$${RLIBNAME}core -CONFIG += resources_big +CONFIG -= resources_big CONFIG(debug, debug|release) { # include development scripts, tests: -- 2.29.2