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

List:       kde-commits
Subject:    KDE/kdelibs/kutils
From:       Kevin Ottens <ervin () kde ! org>
Date:       2010-05-31 10:56:00
Message-ID: 20100531105600.D67BAAC8C5 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1132762 by ervin:

Since I'm at it, commit this small change I forgot to commit earlier.
Disable building libkutils.so itself when the "no deprecated" flag is
turned on (actually affects only the mobile profile for now which has no
release yet).


 M  +2 -0      CMakeLists.txt  


--- trunk/KDE/kdelibs/kutils/CMakeLists.txt #1132761:1132762
@@ -147,6 +147,7 @@
 
 ########### kutils ###############
 # This is only for backwards compatibility, don't use in new projects
+if(NOT KDE_PLATFORM_FEATURE_DISABLE_DEPRECATED)
 set(kutils_LIB_SRCS
     dummy.cpp
 )
@@ -160,4 +161,5 @@
                       SOVERSION ${GENERIC_LIB_SOVERSION})
 
 install(TARGETS kutils EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
+endif(NOT KDE_PLATFORM_FEATURE_DISABLE_DEPRECATED)
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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