summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2020-05-12 02:08:08 +0200
committerRobert Griebl <robert.griebl@qt.io>2020-05-19 11:56:35 +0200
commite27f69b78e165f90b6995d874e7aff61d40c1792 (patch)
treebbf5f88f6339ca9378047e97dbaea147f3ef253c /util
parent9aa86df0a664dd13b7e2b0ab350233cbe9b7a28f (diff)
downloadqtapplicationmanager-e27f69b78e165f90b6995d874e7aff61d40c1792.tar.gz
Fix "disable-installer" build
The disable-installer build-time and run-time flags have not been supported properly since the PackageManager rewrite. Also removed the dependency to OpenSSL for "disable-installer" builds. Change-Id: I56e76568eca570d722631d76702776ff6bb32e21 Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
Diffstat (limited to 'util')
-rw-r--r--util/bash/appman-prompt2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bash/appman-prompt b/util/bash/appman-prompt
index 1776377b..5c4f3574 100644
--- a/util/bash/appman-prompt
+++ b/util/bash/appman-prompt
@@ -33,7 +33,7 @@ _appman()
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
opts="--app-image-mount-dir --build-config --builtin-apps-manifest-dir -c --clear-cache --config-file \
---database --dbus --force-multi-process --force-single-process --fullscreen --help -I \
+--database --dbus --disable-installer --force-multi-process --force-single-process --fullscreen --help -I \
--installed-apps-manifest-dir --load-dummydata --log-instant --logging-rule --no-cache --no-dlt-logging \
--no-fullscreen --no-security --no-ui-watchdog -o --option --qml-debug --single-app \
--slow-animations --verbose --version --wayland-socket-name"