Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
bdb194a1
Commit
bdb194a1
authored
Mar 15, 2021
by
Matthieu Gallien
🎵
Browse files
never use dbus on Android
parent
7fb37f7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bdb194a1
...
@@ -36,7 +36,7 @@ include(ECMAddTests)
...
@@ -36,7 +36,7 @@ include(ECMAddTests)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMGenerateQmlTypes
)
include
(
ECMGenerateQmlTypes
)
if
(
NOT WIN32
)
if
(
NOT WIN32
AND NOT ANDROID
)
find_package
(
Qt5DBus
${
REQUIRED_QT_VERSION
}
CONFIG QUIET
)
find_package
(
Qt5DBus
${
REQUIRED_QT_VERSION
}
CONFIG QUIET
)
set_package_properties
(
Qt5DBus PROPERTIES
set_package_properties
(
Qt5DBus PROPERTIES
DESCRIPTION
"Qt5 DBus is needed to provide MPris2 interface to allow remote control by the desktop workspace."
DESCRIPTION
"Qt5 DBus is needed to provide MPris2 interface to allow remote control by the desktop workspace."
...
@@ -118,7 +118,7 @@ set_package_properties(KF5Crash PROPERTIES
...
@@ -118,7 +118,7 @@ set_package_properties(KF5Crash PROPERTIES
DESCRIPTION
"Graceful handling of application crashes."
DESCRIPTION
"Graceful handling of application crashes."
TYPE OPTIONAL
)
TYPE OPTIONAL
)
if
(
NOT WIN32
)
if
(
NOT WIN32
AND NOT ANDROID
)
find_package
(
KF5DBusAddons
${
REQUIRED_KF5_VERSION
}
CONFIG QUIET
)
find_package
(
KF5DBusAddons
${
REQUIRED_KF5_VERSION
}
CONFIG QUIET
)
set_package_properties
(
KF5DBusAddons PROPERTIES
set_package_properties
(
KF5DBusAddons PROPERTIES
DESCRIPTION
"Convenience classes for D-Bus."
DESCRIPTION
"Convenience classes for D-Bus."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment