mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
from Qt Applications Submitted by: Lauri Watts <lauri@kde.org> Reviewed by: Neil Stevens <neil@qualityassistant.com>
12 lines
304 B
Prolog
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
|