summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/applicationmanager/applicationmanager.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/applicationmanager/applicationmanager.pro b/examples/applicationmanager/applicationmanager.pro
index 2e893fe2..5b6c5fc3 100644
--- a/examples/applicationmanager/applicationmanager.pro
+++ b/examples/applicationmanager/applicationmanager.pro
@@ -1,6 +1,7 @@
load(am-config)
requires(!headless)
+requires(!disable-installer)
TEMPLATE = subdirs
@@ -17,7 +18,7 @@ SUBDIRS = \
intents \
# remove the !headless and handle this in the example when we switch to the new configure system
-!headless:SUBDIRS += \
+SUBDIRS += \
custom-appman \
linux:!android:SUBDIRS += \