ports/databases/qt-pgsql-plugin/files/patch-psql.pro
Tilman Keskinoz e4adbd9e14 Add the qt-pgsql-plugin, which provides easy access to PostgreSQL Databases
from Qt Applications

Submitted by:	Lauri Watts <lauri@kde.org>
Reviewed by:	Neil Stevens <neil@qualityassistant.com>
2003-08-06 12:00:35 +00:00

12 lines
304 B
Prolog

--- plugins/src/sqldrivers/psql/psql.pro.orig Tue Aug 5 19:09:02 2003
+++ plugins/src/sqldrivers/psql/psql.pro Tue Aug 5 19:09:50 2003
@@ -8,7 +8,8 @@
!contains( LIBS, .*pq.* ) {
LIBS *= -lpq
}
-}
+ INCLUDEPATH += ${LOCALBASE}/include/postgresql/server
+ }
win32 {
OBJECTS_DIR = obj