From b045160e4fcd612def4c5cff55f9469baf12a738 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Mon, 9 Mar 2020 01:27:16 +0100 Subject: Bundle icons using the Qt resource system. Simplify resource loading logic and enable reproducible builds. Fixes #2582 --- src/core/Bootstrap.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/Bootstrap.cpp') diff --git a/src/core/Bootstrap.cpp b/src/core/Bootstrap.cpp index c983253f0..99b950928 100644 --- a/src/core/Bootstrap.cpp +++ b/src/core/Bootstrap.cpp @@ -70,6 +70,7 @@ namespace Bootstrap #ifdef QT_NO_DEBUG disableCoreDumps(); #endif + setupSearchPaths(); applyEarlyQNetworkAccessManagerWorkaround(); Translator::installTranslators(); -- cgit v1.2.3