1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add qt-odbc-plugin, a database plugin for the QT toolkit.

This commit is contained in:
Michael Nottebrock 2003-12-31 19:29:54 +00:00
parent 590cd2b0df
commit 5bf07460a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97010
5 changed files with 26 additions and 0 deletions

View File

@ -200,6 +200,7 @@
SUBDIR += pydbdesigner
SUBDIR += qdbm
SUBDIR += qt-mysql-plugin
SUBDIR += qt-odbc-plugin
SUBDIR += qt-pgsql-plugin
SUBDIR += rdb
SUBDIR += rdfdb

View File

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

View File

@ -0,0 +1 @@
MD5 (KDE/qt-x11-free-3.2.1.tar.bz2) = 9ae022ffe7603ec34aba150f6cca257a

View File

@ -0,0 +1,4 @@
The ODBC 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/libqsqlodbc.so
@dirrm lib/plugins/sqldrivers