Podrška #24665 » 4_7.postgresql.patch
| config.tests/unix/psql/psql.pro | ||
|---|---|---|
|
CONFIG -= qt dylib
|
||
|
mac:CONFIG -= app_bundle
|
||
|
LIBS *= -lpq
|
||
|
INCLUDEPATH += /Library/PostgreSQL/9.1/include
|
||
|
LIBS += -L/Library/PostgreSQL/9.1/lib
|
||
| src/plugins/sqldrivers/psql/psql.pro | ||
|---|---|---|
|
include(../../../sql/drivers/psql/qsql_psql.pri)
|
||
|
include(../qsqldriverbase.pri)
|
||
|
INCLUDEPATH += /Library/PostgreSQL/9.1/include
|
||
|
LIBS += -L/Library/PostgreSQL/9.1/lib
|
||
| src/sql/drivers/psql/qsql_psql.pri | ||
|---|---|---|
|
} else {
|
||
|
!contains(LIBS, .*pq.*):LIBS += -llibpq -lws2_32 -ladvapi32
|
||
|
}
|
||
|
INCLUDEPATH += /Library/PostgreSQL/9.1/include
|
||
|
LIBS += -L/Library/PostgreSQL/9.1/lib
|
||