summaryrefslogtreecommitdiffstats
path: root/src/sdk/sdk.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdk/sdk.pro')
-rw-r--r--src/sdk/sdk.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sdk/sdk.pro b/src/sdk/sdk.pro
index 2f57994f0..132f26271 100644
--- a/src/sdk/sdk.pro
+++ b/src/sdk/sdk.pro
@@ -8,6 +8,12 @@ QT += network script xml
isEqual(QT_MAJOR_VERSION, 5) {
QT += widgets
+ # add the minimal plugin in static case to be able to start the installer
+ # headless with: installer-binary -platform minimal
+ # using QT += qpa_minimal_plugin would result in a minimal only compiled version
+ !win32:CONFIG(static, static|shared) {
+ QTPLUGIN += qminimal
+ }
}
DESTDIR = $$IFW_APP_PATH