Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/plugins/sqldrivers/odbc/odbc.pro

    r769 r846  
    1 TARGET  = qsqlodbc
     1TARGET = qsqlodbc
    22
    3 HEADERS         = ../../../sql/drivers/odbc/qsql_odbc.h
    4 SOURCES         = main.cpp \
    5                   ../../../sql/drivers/odbc/qsql_odbc.cpp
    6 
    7 unix {
    8         !contains( LIBS, .*odbc.* ) {
    9             LIBS        *= $$QT_LFLAGS_ODBC
    10         }
    11         DEFINES += UNICODE
    12 }
    13 
    14 win32 {
    15         !win32-borland:LIBS     *= -lodbc32
    16         win32-borland:LIBS      *= $(BCB)/lib/PSDK/odbc32.lib
    17 }
     3SOURCES = main.cpp
     4include(../../../sql/drivers/odbc/qsql_odbc.pri)
    185
    196include(../qsqldriverbase.pri)
Note: See TracChangeset for help on using the changeset viewer.