diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2009-11-11 04:02:06 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2009-11-12 05:39:38 (GMT) |
commit | 70490a3f5078f215c905b84fbb11a108dc973a07 (patch) | |
tree | dd4de96d501a63cde5f7a5be5b796bfdd5464a5d /src/3rdparty/phonon/includes | |
parent | 80c24f730c3443e8c05fca374fca365456034fe8 (diff) | |
download | Qt-70490a3f5078f215c905b84fbb11a108dc973a07.zip Qt-70490a3f5078f215c905b84fbb11a108dc973a07.tar.gz Qt-70490a3f5078f215c905b84fbb11a108dc973a07.tar.bz2 |
Phonon; Integrate changes to cmake files.
Reviewed-by: TrustMe
Diffstat (limited to 'src/3rdparty/phonon/includes')
-rw-r--r-- | src/3rdparty/phonon/includes/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/includes/CMakeLists.txt b/src/3rdparty/phonon/includes/CMakeLists.txt index 349acd8..dff86c3 100644 --- a/src/3rdparty/phonon/includes/CMakeLists.txt +++ b/src/3rdparty/phonon/includes/CMakeLists.txt @@ -35,7 +35,7 @@ install( FILES Phonon/VolumeFaderEffect Phonon/VolumeFaderInterface Phonon/VolumeSlider -DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Phonon) +DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Phonon COMPONENT Devel) install(FILES Phonon/Experimental/AbstractVideoDataOutput @@ -46,4 +46,4 @@ install(FILES Phonon/Experimental/VideoFrame Phonon/Experimental/VideoFrame2 Phonon/Experimental/Visualization -DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Phonon/Experimental) +DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Phonon/Experimental COMPONENT Devel) |