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

List:       kde-commits
Subject:    KDE/kdelibs/includes
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2010-11-20 14:56:30
Message-ID: 20101120145630.6ACB4AC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1199072 by kossebau:

fixed: only install forwarding headers for deprecated classes without KDE_NO_DEPRECATED set

 M  +7 -2      CMakeLists.txt  


--- trunk/KDE/kdelibs/includes/CMakeLists.txt #1199071:1199072
@@ -70,7 +70,6 @@
   KArchiveDirectory
   KArchiveEntry
   KArchiveFile
-  KArrowButton
   KAssistantDialog
   KAuthorized
   KAutoMount
@@ -170,7 +169,6 @@
   KDoubleNumInput
   KDoubleValidator
   KEMailSettings
-  KEditListBox
   KEditListWidget
   KEditToolBar
   KEncodingFileDialog
@@ -470,6 +468,13 @@
   KWebWallet
 DESTINATION ${INCLUDE_INSTALL_DIR}/KDE COMPONENT Devel)
 
+if(NOT KDE_NO_DEPRECATED)
+install( FILES
+  KArrowButton
+  KEditListBox
+DESTINATION ${INCLUDE_INSTALL_DIR}/KDE COMPONENT Devel)
+endif(NOT KDE_NO_DEPRECATED)
+
 if (UNIX)
    if (QT_QT3SUPPORT_FOUND)
       install( FILES
[prev in list] [next in list] [prev in thread] [next in thread] 

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