summaryrefslogtreecommitdiff
path: root/src/manager-lib/manager-lib.pro
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 /src/manager-lib/manager-lib.pro
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 'src/manager-lib/manager-lib.pro')
-rw-r--r--src/manager-lib/manager-lib.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager-lib/manager-lib.pro b/src/manager-lib/manager-lib.pro
index 71fad983..ded3dc07 100644
--- a/src/manager-lib/manager-lib.pro
+++ b/src/manager-lib/manager-lib.pro
@@ -41,6 +41,7 @@ HEADERS += \
application.h \
applicationmanager.h \
applicationmodel.h \
+ asynchronoustask.h \
notificationmanager.h \
abstractcontainer.h \
containerfactory.h \
@@ -72,6 +73,7 @@ SOURCES += \
application.cpp \
applicationmanager.cpp \
applicationmodel.cpp \
+ asynchronoustask.cpp \
notificationmanager.cpp \
abstractcontainer.cpp \
containerfactory.cpp \
@@ -107,14 +109,12 @@ HEADERS += ../plugin-interfaces/containerinterface.h
appman_crypto-private \
HEADERS += \
- asynchronoustask.h \
deinstallationtask.h \
installationtask.h \
scopeutilities.h \
sudo.h \
SOURCES += \
- asynchronoustask.cpp \
installationtask.cpp \
deinstallationtask.cpp \
scopeutilities.cpp \