kutils: fix bootstrap build of kemoticons

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-03-28 04:10:43 +00:00
parent 483854d35a
commit 00a309ee39
2 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,8 @@ project(kutils)
include_directories(
${KDE4_KDEUI_INCLUDES}
${KDE4_KPARTS_INCLUDES}
# keep it, required by kemoticons and others
${CMAKE_CURRENT_SOURCE_DIR}
)
add_subdirectory(kmediaplayer)

View file

@ -207,7 +207,7 @@ public:
The KAudioPlayer class provides an object that can be used to playback from various media
sources including Hard-Drives (local and remote), Internet streams, CD, DVD, Blue-Ray, SMB,
file-descriptor, raw data, you name it. It supports per-application state too, this
includes volume and mute state currently.
includes audio output device, volume and mute state currently.
For an extended version of this class check out KMediaPlayer and KMediaWidget.
@ -272,7 +272,7 @@ private:
The KMediaPlayer class provides an embedable widget that can be used to playback from various
media sources including Hard-Drives (local and remote), Internet streams, CD, DVD, Blue-Ray,
SMB, file-descriptor, raw data, you name it. It supports per-application state too, this
includes volume, mute and fullscreen state currently.
includes audio output device, volume and mute state currently.
For an extended version of this class check out KMediaWidget.