From 3e98ce7f85f06e95ad121c6f541d14464d85919e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:03:48 +0900 Subject: qt -> tqt conversion: QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro --- src/sql/README.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sql/README.module') diff --git a/src/sql/README.module b/src/sql/README.module index ed09091c9..663cf4db1 100644 --- a/src/sql/README.module +++ b/src/sql/README.module @@ -1,6 +1,6 @@ Before building the TQt library, the TQt SQL module can be enabled for specific databases using 'configure'. 'configure' is located at the -top of your QTDIR. +top of your TQTDIR. Specific databases drivers can be enabled using one of the following options: @@ -32,6 +32,6 @@ loaded plugin, configure TQt like this: ./configure -plugin-sql-psql To compile drivers as dynamically loaded plugins, see the -QTDIR/plugins/src/sqldrivers directory. Use 'configure -help' +TQTDIR/plugins/src/sqldrivers directory. Use 'configure -help' for a complete list of configure options. See the TQt documentation for a complete list of supported database drivers. -- cgit v1.2.1