1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add qt-sqlite-plugin, a QT database plugin for SQLite.

This commit is contained in:
Michael Nottebrock 2004-03-09 20:05:40 +00:00
parent d6e8d207b7
commit e87edc58b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103460
4 changed files with 25 additions and 0 deletions

View File

@ -227,6 +227,7 @@
SUBDIR += qt-mysql-plugin
SUBDIR += qt-odbc-plugin
SUBDIR += qt-pgsql-plugin
SUBDIR += qt-sqlite-plugin
SUBDIR += rdb
SUBDIR += rdfdb
SUBDIR += ruby-bdb

View File

@ -0,0 +1,18 @@
# -*-mode: makefile-*-
# New ports collection makefile for: qt-sqlite-plugin
# Date created: 27 February 2004
# Whom: Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$
#
MAINTAINER= kde@freebsd.org
COMMENT= A plugin for QT to connect to SQLite-Databases
LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite
DB= sqlite
DESCR= ${PORTSDIR}/databases/qt-sqlite-plugin/pkg-descr
.include "../qt-mysql-plugin/Makefile.dbplugin"

View File

@ -0,0 +1,4 @@
The SQLite Plugin from Qt3, which provides an easy access method from
within Qt applications.
WWW: http://www.trolltech.com/products/qt/database.html

View File

@ -0,0 +1,2 @@
lib/plugins/sqldrivers/libqsqlsqlite.so
@dirrm lib/plugins/sqldrivers