summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-12-12 14:27:57 +0100
committerRobert Griebl <robert.griebl@qt.io>2022-12-12 14:32:18 +0100
commit7b26246d8e298f3d83f1e07550b2e82965a3a7aa (patch)
treed9a59ad56f5ced31969ff0334d69b97bad25818d
parent8a4395719eb85ac78806348e102eabccb4da0c55 (diff)
downloadqtapplicationmanager-7b26246d8e298f3d83f1e07550b2e82965a3a7aa.tar.gz
Always compile dbus-utilities.h
The code was already written to have a dummy API implementation, if QtDBus is not available. Change-Id: I93a701aad32ce80b9bd07c2aad463481d4e7fe98 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--src/common-lib/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common-lib/CMakeLists.txt b/src/common-lib/CMakeLists.txt
index f1ba01d6..26a0f240 100644
--- a/src/common-lib/CMakeLists.txt
+++ b/src/common-lib/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_module(AppManCommonPrivate
SOURCES
configcache.cpp configcache.h configcache_p.h
crashhandler.cpp crashhandler.h
- dbus-utilities.cpp
+ dbus-utilities.cpp dbus-utilities.h
error.h
exception.cpp exception.h
filesystemmountwatcher.cpp filesystemmountwatcher.h
@@ -41,8 +41,6 @@ qt_internal_extend_target(AppManCommonPrivate CONDITION TARGET Qt::DltLogging
)
qt_internal_extend_target(AppManCommonPrivate CONDITION TARGET Qt::DBus
- SOURCES
- dbus-utilities.h
PUBLIC_LIBRARIES
Qt::DBus
)