[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bamarok=5D_src/core-impl/collections/db/sql/device?=
From:       Ian Monroe <imonroe () kde ! org>
Date:       2011-03-05 19:12:16
Message-ID: 20110305191216.7ED25A60B0 () git ! kde ! org
[Download RAW message or body]

Git commit fcdd0fd07df3f5959dd6c46967eeabdaf0736ff5 by Ian Monroe.
Committed on 05/03/2011 at 20:08.
Pushed by ianmonroe into branch 'master'.

do not build the nfs & smb collection plugins on KDE 4.4
they use KMountPoint, which was introduced in KDE 4.5

CCBUG: 249760

M  +4    -2    src/core-impl/collections/db/sql/device/CMakeLists.txt     

http://commits.kde.org/amarok/fcdd0fd07df3f5959dd6c46967eeabdaf0736ff5

diff --git a/src/core-impl/collections/db/sql/device/CMakeLists.txt \
b/src/core-impl/collections/db/sql/device/CMakeLists.txt index b8b2352..a60c1ea \
                100644
--- a/src/core-impl/collections/db/sql/device/CMakeLists.txt
+++ b/src/core-impl/collections/db/sql/device/CMakeLists.txt
@@ -1,5 +1,7 @@
 include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES}  )
 
 add_subdirectory( massstorage )
-add_subdirectory( nfs )
-add_subdirectory( smb )
+if(${KDE_VERSION} VERSION_GREATER "4.4.99")
+   add_subdirectory( nfs )
+   add_subdirectory( smb )
+endif()


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic