summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2023-09-12 16:39:18 +0300
committerKatja Marttila <katja.marttila@qt.io>2023-09-14 13:53:22 +0300
commit22039a512d886d209c3b3be5c34bfccb901fd7b4 (patch)
tree8419644f83191eceda22633d7a998c38a1639740 /tools
parent4e8bf4771c64838058bf7d853dd8d30fac9fca21 (diff)
Fix openssl warning when running repogen
All plugins has been disabled for tools, including repogen. This caused an openssl error when running repogen as it uses FileDownloaderFactory which requires openssl. Change-Id: I4913a3e826881fdc86b804baec3e13e1e5a964f7 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/repogen/repogen.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/repogen/repogen.pro b/tools/repogen/repogen.pro
index 73f1eafe5..68bc18caa 100644
--- a/tools/repogen/repogen.pro
+++ b/tools/repogen/repogen.pro
@@ -9,6 +9,8 @@ QT += qml xml concurrent
CONFIG -= import_plugins
+QTPLUGIN += qopensslbackend
+
CONFIG += console
DESTDIR = $$IFW_APP_PATH