From 36d7790ad9582487cd87600c35f1aa484e71ed9d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 13 Jan 2018 12:47:02 +0000 Subject: tests/service-mocks/accounts-mock/CMakeLists.txt: Fix file existence check for com.ubuntu.AccountsService.Sound.xml. --- tests/service-mocks/accounts-mock/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/service-mocks') diff --git a/tests/service-mocks/accounts-mock/CMakeLists.txt b/tests/service-mocks/accounts-mock/CMakeLists.txt index 18f5084..17892f3 100644 --- a/tests/service-mocks/accounts-mock/CMakeLists.txt +++ b/tests/service-mocks/accounts-mock/CMakeLists.txt @@ -7,7 +7,7 @@ include_directories(${Qt5DBus_INCLUDE_DIRS} add_definitions(-DQT_NO_KEYWORDS=1) -if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.SecurityPrivacy.xml") +if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.Sound.xml") add_definitions(-DHAS_UT_ACCTSERVICE_SOUND_SETTINGS) set(dbusinterface_sound_xml "com.ubuntu.AccountsService.Sound.Mock.xml") else() -- cgit v1.2.3