[Kexi] koffice/kexi

Jaroslaw Staniek js at iidea.pl
Mon Nov 19 00:14:50 CET 2007


SVN commit 738459 by staniek:

sqlite2 is no longer supported by Kexi. Use Kexi 1.x to migrate to sqlite3 if you need.

CCMAIL:kexi at kde.org


 M  +1 -1      3rdparty/CMakeLists.txt  
 M  +1 -1      kexidb/drivers/CMakeLists.txt  


--- trunk/koffice/kexi/3rdparty/CMakeLists.txt #738458:738459
@@ -1,4 +1,4 @@
 
 add_subdirectory( kexisql3 )
-add_subdirectory( kexisql )
+#ancient add_subdirectory( kexisql )
 
--- trunk/koffice/kexi/kexidb/drivers/CMakeLists.txt #738458:738459
@@ -1,7 +1,7 @@
 
 
 add_subdirectory( sqlite )
-add_subdirectory( sqlite2 )
+#ancient add_subdirectory( sqlite2 )
 
 INCLUDE (FindMySQL)
 IF (MYSQL_FOUND)



More information about the Kexi mailing list