Ignore:
Timestamp:
May 14, 2011, 7:20:41 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

sql: Fixed building MySQL and PSQL plugins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sql/drivers/psql/qsql_psql.pri

    r846 r858  
    66    !contains(LIBS, .*pq.*):LIBS += -lpq
    77    QMAKE_CXXFLAGS *= $$QT_CFLAGS_PSQL
    8 } else {
     8} else:os2 {
     9    INCLUDEPATH *= $$PSQL_INCLUDEPATH
     10    LIBS        *= $$PSQL_LIBS   
     11} else:win32 {
    912    !contains(LIBS, .*pq.*):LIBS += -llibpq -lws2_32 -ladvapi32
    1013}
Note: See TracChangeset for help on using the changeset viewer.