diff options
author | Robert Tari <robert@tari.in> | 2021-12-16 13:16:20 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 16:49:35 +0100 |
commit | 61d803b7701f030f5f8e1bf1f0b183056ee4dfc4 (patch) | |
tree | 6960ca929e5db71b44256ae3901e5078b6125625 /tests/integration | |
parent | 111165eede28d96c9687c93999d528d39a5a2954 (diff) | |
download | ayatana-indicator-sound-61d803b7701f030f5f8e1bf1f0b183056ee4dfc4.tar.gz ayatana-indicator-sound-61d803b7701f030f5f8e1bf1f0b183056ee4dfc4.tar.bz2 ayatana-indicator-sound-61d803b7701f030f5f8e1bf1f0b183056ee4dfc4.zip |
Make Lomiri features configurable at build time
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tests/integration/indicator-sound-test-base.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index 97c18b1..3493e18 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -1,7 +1,7 @@ set(CMAKE_AUTOMOC ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) -if(LOMIRI_API_FOUND) +if(ENABLE_LOMIRI_FEATURES) pkg_check_modules(GMENUHARNESS REQUIRED libgmenuharness REQUIRED) include_directories(${GMENUHARNESS_INCLUDE_DIRS}) endif() diff --git a/tests/integration/indicator-sound-test-base.cpp b/tests/integration/indicator-sound-test-base.cpp index 6c64815..3ecd856 100644 --- a/tests/integration/indicator-sound-test-base.cpp +++ b/tests/integration/indicator-sound-test-base.cpp @@ -179,7 +179,7 @@ bool IndicatorSoundTestBase::clearGSettingsPlayers() bool IndicatorSoundTestBase::resetAllowAmplifiedVolume() { -#if HAS_LOMIRI_SCHEMAS +#if LOMIRI_FEATURES_ENABLED QProcess proc; proc.start("gsettings", QStringList() |