blob: 0111b693c25a0ca8b4417477c0001c7a98b06d5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Kay Lehmann <kay_lehmann@web.de>
# $FreeBSD$
PORTREVISION= 1
COMMENT= Qt MySQL database plugin
DB= mysql
USE_MYSQL= yes
CXXFLAGS+= -I${LOCALBASE}/include/mysql
LDFLAGS+= -L${LOCALBASE}/lib/mysql
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
|