Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, July 2007
Compiling Qt 4.3.0 with Sybase support


Message 1 in thread

Hi everybody,

I need to compile Qt with Sybase support. However, the output of
"$./configure -help" is:

...
-qt-sql-<driver> ... Enable a SQL <driver> in the QtSql library, by default
                         none are turned on.
    -plugin-sql-<driver> Enable SQL <driver> as a plugin to be linked to
                         at run time.

                         Possible values for <driver>:
                         [  ibase mysql odbc psql sqlite sqlite2 ]
...

wich do not include the tds option in the "Possible values for <driver>".
Does anyone know what I have to do to enable tds option?
Thanks in advance.

PS: I'm compiling Qt 4.3.0.

Message 2 in thread

On onsdag den 25. Juli 2007, Bruno Tomazela wrote:
> Hi everybody,
>
> I need to compile Qt with Sybase support. However, the output of
> "$./configure -help" is:
>
> ...
> -qt-sql-<driver> ... Enable a SQL <driver> in the QtSql library, by default
>                          none are turned on.
>     -plugin-sql-<driver> Enable SQL <driver> as a plugin to be linked to
>                          at run time.
>
>                          Possible values for <driver>:
>                          [  ibase mysql odbc psql sqlite sqlite2 ]
> ...
>
> wich do not include the tds option in the "Possible values for <driver>".
> Does anyone know what I have to do to enable tds option?
> Thanks in advance.
>
> PS: I'm compiling Qt 4.3.0.

Looks like you have the wrong Qt version. The commercial desktop edition gives 
me these options:

[  db2 ibase mysql oci odbc psql sqlite sqlite2 tds ]

You're missing DB2, Oracle, and SyBase. AFAIK, these drivers aren't available 
in the open source version.

Try using the ODBC driver.

Bo.

-- 
 [ signature omitted ]