Allow to choose the SQLite driver bundled with Qt, it behaves better here.
This commit is contained in:
parent
84159c3e1b
commit
edc3889fdd
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.11 2014/01/16 09:15:49 zhuk Exp $
|
# $OpenBSD: Makefile,v 1.12 2014/01/31 16:02:57 zhuk Exp $
|
||||||
|
|
||||||
COMMENT = KDE PIM runtime support
|
COMMENT = KDE PIM runtime support
|
||||||
DISTNAME = kdepim-runtime-${MODKDE4_VERSION}
|
DISTNAME = kdepim-runtime-${MODKDE4_VERSION}
|
||||||
REVISION = 0
|
REVISION = 1
|
||||||
|
|
||||||
DPB_PROPERTIES = parallel
|
DPB_PROPERTIES = parallel
|
||||||
|
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-kcm_serverconfigmodule_cpp,v 1.1 2014/01/31 16:02:57 zhuk Exp $
|
||||||
|
Allow to choose SQLite driver shipped with Qt itself, it behaves better.
|
||||||
|
--- kcm/serverconfigmodule.cpp.orig Fri Jan 31 19:07:00 2014
|
||||||
|
+++ kcm/serverconfigmodule.cpp Fri Jan 31 19:08:14 2014
|
||||||
|
@@ -58,6 +58,7 @@ ServerConfigModule::ServerConfigModule( QWidget * pare
|
||||||
|
ui_driver.driverBox->addItem( "Mysql", QVariant( "QMYSQL" ) );
|
||||||
|
ui_driver.driverBox->addItem( "PostgreSQL", QVariant( "QPSQL" ) );
|
||||||
|
ui_driver.driverBox->addItem( "SQLite", QVariant( "QSQLITE3" ) );
|
||||||
|
+ ui_driver.driverBox->addItem( "SQLite (original)", QVariant( "QSQLITE" ) );
|
||||||
|
|
||||||
|
setButtons( KCModule::Default | KCModule::Apply );
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user