~mterry/indicator-sound/snap-root

« back to all changes in this revision

Viewing changes to tests/dbus-types/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Xavi Garcia Mena
  • Date: 2016-01-05 15:08:24 UTC
  • mfrom: (509.2.16 indicator-sound-action-sync)
  • Revision ID: ci-train-bot@canonical.com-20160105150824-1njwom14qewljjlh
Adds an action to signal the UI to sync the current volume when we are waiting for the user to confirm or reject the high volume notification. Fixes: #1512798, #1520548
Approved by: PS Jenkins bot, Charles Kerr, Nick Dedekind

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
set(dbusinterface_actions_xml "org.gtk.Actions.xml")
28
28
set_source_files_properties(${dbusinterface_actions_xml} PROPERTIES
29
 
  CLASSNAME MenusInterface)
 
29
  CLASSNAME MenusInterface
 
30
  INCLUDE "dbus-action-result.h")
30
31
 
31
32
set(dbusinterface_notifications_xml "org.freedesktop.Notifications.xml")
32
33
set_source_files_properties(${dbusinterface_notifications_xml} PROPERTIES
44
45
  STATIC
45
46
  ${interface_files}
46
47
  pulseaudio-volume.cpp
 
48
  dbus-action-result.cpp
47
49
)
48
50
 
49
51
qt5_use_modules(