summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-09-27 16:03:48 +0900
committerMichele Calgaro <[email protected]>2018-09-27 16:03:48 +0900
commit3e98ce7f85f06e95ad121c6f541d14464d85919e (patch)
treef02992c00911ec6ba24f243aebf96d98fa0d39a1 /src/sql
parent9f5d59f33644aaadd7af43db86734a3294250a02 (diff)
downloadtqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.tar.gz
tqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.zip
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 <[email protected]>
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/README.module4
1 files changed, 2 insertions, 2 deletions
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.