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

List:       kde-commits
Subject:    koffice
From:       Sharan Rao <sharanrao () gmail ! com>
Date:       2008-04-30 21:25:22
Message-ID: 1209590722.525661.15976.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 802847 by sharan:

First steps towards xBase migration.
xBase tables (.DBF files) can be imported into Kexi smoothly now.
Pending: migrating indexes (.NDX and .NTX files ) and blobs ( .DBT files )



 A             cmake/modules/FindXBase.cmake  
 M  +5 -0      kexi/migration/CMakeLists.txt  
 A             kexi/migration/xbase (directory)  
 A             kexi/migration/xbase/CMakeLists.txt  
 A             kexi/migration/xbase/keximigrate_xbase.desktop  
 A             kexi/migration/xbase/xbasemigrate.cpp   [License: LGPL (v2+)]
 A             kexi/migration/xbase/xbasemigrate.h   [License: LGPL (v2+)]


--- trunk/koffice/kexi/migration/CMakeLists.txt #802846:802847
@@ -20,6 +20,11 @@
 	add_subdirectory( sybase )
 ENDIF(FreeTDS_FOUND)
 
+INCLUDE(FindXBase)
+IF(XBase_FOUND)
+  add_subdirectory( xbase )
+ENDIF(XBase_FOUND)
+
 #todo add_subdirectory( mdb )
 
 ########### next target ###############
[prev in list] [next in list] [prev in thread] [next in thread] 

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