diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:48 +0900 |
commit | 3e98ce7f85f06e95ad121c6f541d14464d85919e (patch) | |
tree | f02992c00911ec6ba24f243aebf96d98fa0d39a1 /src | |
parent | 9f5d59f33644aaadd7af43db86734a3294250a02 (diff) | |
download | tqt3-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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/inputmethod/qinputcontextfactory.cpp | 2 | ||||
-rw-r--r-- | src/qt.pro | 2 | ||||
-rw-r--r-- | src/qtmain.pro | 2 | ||||
-rw-r--r-- | src/sql/README.module | 4 | ||||
-rw-r--r-- | src/tools/ntqfeatures.h | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/inputmethod/qinputcontextfactory.cpp b/src/inputmethod/qinputcontextfactory.cpp index a15f659c4..f57d3a3cf 100644 --- a/src/inputmethod/qinputcontextfactory.cpp +++ b/src/inputmethod/qinputcontextfactory.cpp @@ -114,7 +114,7 @@ TQInputContext *TQInputContextFactory::create( const TQString& key, TQWidget *wi /*! This function returns the list of the names input methods. Only input methods included in default and placed under - $QTDIR/plugins/inputmethods are listed. + $TQTDIR/plugins/inputmethods are listed. */ TQStringList TQInputContextFactory::keys() { diff --git a/src/qt.pro b/src/qt.pro index 9bac14dd3..406441b11 100644 --- a/src/qt.pro +++ b/src/qt.pro @@ -3,7 +3,7 @@ TEMPLATE = lib TARGET = qt embedded:TARGET = qte VERSION = 3.5 -DESTDIR = $$QMAKE_LIBDIR_QT +DESTDIR = $$QMAKE_LIBDIR_TQT DLLDESTDIR = ../bin CONFIG += qt warn_on depend_includepath diff --git a/src/qtmain.pro b/src/qtmain.pro index 78f54ecb1..a87c31d78 100644 --- a/src/qtmain.pro +++ b/src/qtmain.pro @@ -2,7 +2,7 @@ TEMPLATE = lib TARGET = qtmain VERSION = 3.1.0 -DESTDIR = $$QMAKE_LIBDIR_QT +DESTDIR = $$QMAKE_LIBDIR_TQT CONFIG += qt staticlib warn_on release CONFIG -= dll 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. diff --git a/src/tools/ntqfeatures.h b/src/tools/ntqfeatures.h index 6e0a38182..e5a8e786f 100644 --- a/src/tools/ntqfeatures.h +++ b/src/tools/ntqfeatures.h @@ -1,6 +1,6 @@ // All feature and their dependencies // -// This list is generated from $QTDIR/src/tools/qfeatures.txt +// This list is generated from $TQTDIR/src/tools/qfeatures.txt // // Asynchronous I/O //#define QT_NO_ASYNC_IO |