ports/databases/qt-mysql-plugin/files/patch-mysql.pro
Tilman Keskinoz 0cb2bb1b9c Add the qt-mysql-plugin, whix provides easy access to MySQL Databases from
Qt Applications

PR:		52131
Submitted by:	Kay Lehmann <kay_lehmann@web.de>,
		Lauri Watts <lauri@kde.org>,
		lofi
Reviewed by:	kde
2003-08-06 11:52:26 +00:00

10 lines
303 B
Prolog

--- plugins/src/sqldrivers/mysql/mysql.pro.orig Wed Aug 6 13:21:58 2003
+++ plugins/src/sqldrivers/mysql/mysql.pro Wed Aug 6 13:22:46 2003
@@ -10,6 +10,7 @@
!contains( LIBS, .*mysql.* ) {
LIBS *= -lmysqlclient
}
+ INCLUDEPATH += ${LOCALBASE}/include/mysql
}
win32 {
OBJECTS_DIR = obj