diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-05 20:59:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-05 20:59:01 -0600 |
commit | dfb87398c72e9248aa709ae212e6ab7f2209003d (patch) | |
tree | 52422e7b6774fcc503d7c701cb2c77fa016386e8 /src/sql | |
parent | 891a448afad4ab1f09bfb0cfee71652975bd7687 (diff) | |
download | tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.tar.gz tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.zip |
Automated update from Qt3
Diffstat (limited to 'src/sql')
-rw-r--r-- | src/sql/README.module | 12 | ||||
-rw-r--r-- | src/sql/qt_sql.pri | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/sql/README.module b/src/sql/README.module index 511d90e83..ed09091c9 100644 --- a/src/sql/README.module +++ b/src/sql/README.module @@ -1,4 +1,4 @@ -Before building the Qt library, the Qt SQL module can be enabled for +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. @@ -12,11 +12,11 @@ or disabled using the following option: ./configure [-no-sql-<driver>] Where <driver> is the name of the driver, for example 'psql'. This -will configure the Qt library to compile the specified driver into -the Qt lib itself. +will configure the TQt library to compile the specified driver into +the TQt lib itself. For example, to build the PostgreSQL driver directly into the Qt -library, configure Qt like this: +library, configure TQt like this: ./configure -qt-sql-psql @@ -27,11 +27,11 @@ for example: ./configure -qt-sql-psql -I/usr/local/include If instead you need to build the PostgreSQL driver as a dynamically -loaded plugin, configure Qt like this: +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' -for a complete list of configure options. See the Qt documentation +for a complete list of configure options. See the TQt documentation for a complete list of supported database drivers. diff --git a/src/sql/qt_sql.pri b/src/sql/qt_sql.pri index 9ad505373..15ec8912e 100644 --- a/src/sql/qt_sql.pri +++ b/src/sql/qt_sql.pri @@ -1,4 +1,4 @@ -# Qt sql module +# TQt sql module sql { |