diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-13 01:50:05 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-13 01:50:05 +0100 |
commit | 06517ee7ab924755e19962da1eb3ed2882036a97 (patch) | |
tree | 914e1bc4e6752995eff40a100601eb55b8379c96 /tests/service-mocks/accounts-mock/CMakeLists.txt | |
parent | 828239e919f980ef2f1129d780208c987dada27a (diff) | |
download | ayatana-indicator-sound-06517ee7ab924755e19962da1eb3ed2882036a97.tar.gz ayatana-indicator-sound-06517ee7ab924755e19962da1eb3ed2882036a97.tar.bz2 ayatana-indicator-sound-06517ee7ab924755e19962da1eb3ed2882036a97.zip |
tests/service-mocks/: Set ACCOUNTS_SOUND_INTERFACE depending on if we run on Ubuntu or other distro.
Diffstat (limited to 'tests/service-mocks/accounts-mock/CMakeLists.txt')
-rw-r--r-- | tests/service-mocks/accounts-mock/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/service-mocks/accounts-mock/CMakeLists.txt b/tests/service-mocks/accounts-mock/CMakeLists.txt index 6eb9fb5..ee06146 100644 --- a/tests/service-mocks/accounts-mock/CMakeLists.txt +++ b/tests/service-mocks/accounts-mock/CMakeLists.txt @@ -5,6 +5,10 @@ find_package(Qt5DBus REQUIRED) include_directories(${Qt5DBus_INCLUDE_DIRS} "${CMAKE_SOURCE_DIR}/tests/service-mocks") +if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.SecurityPrivacy.xml") + add_definitions(-DHAS_UT_ACCTSERVICE_SOUND_SETTINGS) +endif() + add_definitions(-DQT_NO_KEYWORDS=1) set(dbusinterface_sound_xml "org.ayatana.AccountsService.Sound.Mock.xml") |