summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-driver.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sql-driver.html')
-rw-r--r--doc/html/sql-driver.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/sql-driver.html b/doc/html/sql-driver.html
index 6c984250..f523502f 100644
--- a/doc/html/sql-driver.html
+++ b/doc/html/sql-driver.html
@@ -218,7 +218,7 @@ make
that makes programs linked to these libraries segfault on exit. This
only happens if the TQOCI8 driver is compiled as a plugin. To work
around this problem, either compile the driver into the TQt libray
-itself, or configure TQt with the option '-DQT_NO_LIBRARY_UNLOAD'.
+itself, or configure TQt with the option '-DTQT_NO_LIBRARY_UNLOAD'.
For Oracle 9, it is possible to link to the static OCI library by
using "LIBS+=$ORACLE_HOME/lib/libclntst9.a".
<p> <h4> How to build the plugin on Windows