]> git.pld-linux.org Git - packages/qt.git/blame - qt-postgresql_7_2.patch
- desc why patches are commented out
[packages/qt.git] / qt-postgresql_7_2.patch
CommitLineData
b9ff12fe 1--- qt-copy/src/qt.pro.orig Fri Sep 6 14:31:40 2002
2+++ qt-copy/src/qt.pro Sat Sep 28 16:17:36 2002
3@@ -91,6 +91,9 @@
4 XML_H = $$XML_CPP
5 STYLES_H = $$STYLES_CPP
6 !embedded:!mac:CONFIG += x11 x11inc
7+
8+ QMAKE_CFLAGS += -I/usr/include/postgresql/server
9+ QMAKE_CXXFLAGS += -I/usr/include/postgresql/server
10 }
11
12 aix-g++ {
13--- qt-copy/plugins/src/sqldrivers/psql/psql.pro.orig Thu Feb 21 02:11:16 2002
14+++ qt-copy/plugins/src/sqldrivers/psql/psql.pro Mon Feb 25 13:47:12 2002
15@@ -8,6 +8,10 @@
16 !contains( LIBS, .*pq.* ) {
17 LIBS *= -lpq
18 }
19+
20+ QMAKE_CFLAGS += -I/usr/include/postgresql/server
21+ QMAKE_CXXFLAGS += -I/usr/include/postgresql/server
22+
23 }
24
25 win32 {
This page took 0.068243 seconds and 4 git commands to generate.