summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/qmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:18:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:18:50 +0900
commit6f1b4f0c7505a049d992a33f6e409b7c75732d4b (patch)
tree209ffd04b20daab5fd51e616a9ed2c7bfa5b5da2 /tqtinterface/qt4/qmake
parent5e6c5bc28c181e4711a9209506441a4cfa18575f (diff)
downloadexperimental-6f1b4f0c7505a049d992a33f6e409b7c75732d4b.tar.gz
experimental-6f1b4f0c7505a049d992a33f6e409b7c75732d4b.zip
qt -> tqt conversion:
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqtinterface/qt4/qmake')
-rw-r--r--tqtinterface/qt4/qmake/book/qmake-commandreference.leaf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/qmake/book/qmake-commandreference.leaf b/tqtinterface/qt4/qmake/book/qmake-commandreference.leaf
index 2a73cfe..70a9cb5 100644
--- a/tqtinterface/qt4/qmake/book/qmake-commandreference.leaf
+++ b/tqtinterface/qt4/qmake/book/qmake-commandreference.leaf
@@ -1793,7 +1793,7 @@ matches the regular expression specified.
For example:
\code
-exists( $(QTDIR)/lib/libqt-mt* ) {
+exists( $(QTDIR)/lib/libtqt-mt* ) {
message( "Configuring for multi-threaded Qt..." )
CONFIG += thread
}