summaryrefslogtreecommitdiff
path: root/databases/qt-pgsql-plugin/files/patch-psql.pro
blob: 4bb807ef0897e5f3ba87260b9cb8669e860aabcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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