From 69d87202cb139ffe9e4b3ce92e434523b7b09b64 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:30 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- doc/html/sql-driver.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/sql-driver.html') diff --git a/doc/html/sql-driver.html b/doc/html/sql-driver.html index 6c984250c..f523502f3 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".

How to build the plugin on Windows -- cgit v1.2.3