Projekat

Općenito

Profil

Podrška #24665 » 4_7.postgresql.patch

Ernad Husremović, 03.10.2011 10:20

Pregled razlika:

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
    (1-1/1)