summaryrefslogtreecommitdiffstats
path: root/tools/repogen/repogen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/repogen/repogen.pro')
-rw-r--r--tools/repogen/repogen.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/repogen/repogen.pro b/tools/repogen/repogen.pro
index 73f1eafe5..2740167fc 100644
--- a/tools/repogen/repogen.pro
+++ b/tools/repogen/repogen.pro
@@ -12,6 +12,9 @@ CONFIG -= import_plugins
CONFIG += console
DESTDIR = $$IFW_APP_PATH
+!macos:QTPLUGIN += qopensslbackend
+macos:QTPLUGIN += qsecuretransportbackend
+
SOURCES += repogen.cpp
macx:include(../../no_app_bundle.pri)