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

List:       kde-commits
Subject:    koffice/kexi
From:       Jarosław Staniek <staniek () kde ! org>
Date:       2010-02-26 23:06:36
Message-ID: 1267225596.881145.13269.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1096591 by staniek:

do not install headers - the libs are private


 M  +6 -5      kexiutils/CMakeLists.txt  
 M  +4 -1      migration/CMakeLists.txt  


--- trunk/koffice/kexi/kexiutils/CMakeLists.txt #1096590:1096591
@@ -28,8 +28,9 @@
 
 install(TARGETS kexiutils  ${INSTALL_TARGETS_DEFAULT_ARGS})
 
-install( FILES  tristate.h identifier.h validator.h utils.h kexiutils_export.h \
                kexiutils_global.h
-  styleproxy.h longlongvalidator.h InternalPropertyMap.h 
-  SmallToolButton.h FlowLayout.h
-  DESTINATION ${INCLUDE_INSTALL_DIR}/kexiutils COMPONENT Devel)
-
+if(FALSE) # TODO: install when we move to independent place
+    install( FILES  tristate.h identifier.h validator.h utils.h kexiutils_export.h \
kexiutils_global.h +    styleproxy.h longlongvalidator.h InternalPropertyMap.h 
+    SmallToolButton.h FlowLayout.h
+    DESTINATION ${INCLUDE_INSTALL_DIR}/kexiutils COMPONENT Devel)
+endif(FALSE)
--- trunk/koffice/kexi/migration/CMakeLists.txt #1096590:1096591
@@ -92,7 +92,10 @@
 
 ########### install files ###############
 
-install( FILES  keximigrate.h keximigratedata.h migratemanager.h  DESTINATION \
${INCLUDE_INSTALL_DIR}/kexidb COMPONENT Devel) +if(FALSE) # TODO: install when we \
move to independent place +    install( FILES  keximigrate.h keximigratedata.h \
migratemanager.h  DESTINATION ${INCLUDE_INSTALL_DIR}/kexidb COMPONENT Devel) \
+endif(FALSE) +
 install( FILES  keximigration_driver.desktop  DESTINATION \
${SERVICETYPES_INSTALL_DIR})  
 


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

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