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.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/repogen/repogen.pro b/tools/repogen/repogen.pro
index 0380bb78b..2740167fc 100644
--- a/tools/repogen/repogen.pro
+++ b/tools/repogen/repogen.pro
@@ -5,11 +5,16 @@ INCLUDEPATH += . ..
include(../../installerfw.pri)
QT -= gui
-QT += qml xml
+QT += qml xml concurrent
+
+CONFIG -= import_plugins
CONFIG += console
DESTDIR = $$IFW_APP_PATH
+!macos:QTPLUGIN += qopensslbackend
+macos:QTPLUGIN += qsecuretransportbackend
+
SOURCES += repogen.cpp
macx:include(../../no_app_bundle.pri)