Changeset 803


Ignore:
Timestamp:
Oct 21, 2010, 5:42:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:
 
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r792 r803  
    8282    Note that you will also need the above OpenSSL libraries and pthread.lib to
    8383    be able to use this MySQL build.
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
    8499
    85100
     
    181196      set MYSQL_INCLUDEPATH=<path_to_MySQL>\include'
    182197      set MYSQL_LIBS=-L<path_to_MySQL>\lib -lmysqlclient_r -L<path_to_OpenSSL>\lib -llibssl -llibcrypto -L<path_to_pthread> -lpthread
     198
     199
     200
     201
     202
     203
     204
     205
     206
     207
     208
     209
    183210
    184211
  • trunk/configure.cmd

    r792 r803  
    943943                end
    944944            end
     945
     946
     947
     948
     949
     950
     951
     952
     953
     954
     955
     956
     957
     958
     959
     960
     961
     962
     963
     964
     965
     966
     967
    945968            when (drv == "sqlite") then do
    946969                if (G.CFG_SQL_sqlite \== "no") then do
     
    17421765    if (G.MYSQL_LIBS \== "") then
    17431766        call lineout qmake_cache_new, 'MYSQL_LIBS = 'G.MYSQL_LIBS
     1767
     1768
     1769
     1770
     1771
    17441772
    17451773    if (G.QT_EDITION \== "QT_EDITION_OPENSOURCE") then
  • trunk/src/plugins/sqldrivers/psql/psql.pro

    r2 r803  
    11TARGET   = qsqlpsql
     2
    23
    34HEADERS         = ../../../sql/drivers/psql/qsql_psql.h
     
    1920}
    2021
     22
     23
     24
     25
     26
    2127include(../qsqldriverbase.pri)
Note: See TracChangeset for help on using the changeset viewer.