summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix/unixmake2.cpp
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
commit9f5d59f33644aaadd7af43db86734a3294250a02 (patch)
tree4a15ec2d023078bbee1a5b00dfb02e72972d0cd3 /qmake/generators/unix/unixmake2.cpp
parentff63338d189a49a16b29a503ba23727cfa7e2e66 (diff)
downloadtqt3-9f5d59f33644aaadd7af43db86734a3294250a02.tar.gz
tqt3-9f5d59f33644aaadd7af43db86734a3294250a02.zip
qt -> tqt conversion:
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qmake/generators/unix/unixmake2.cpp')
-rw-r--r--qmake/generators/unix/unixmake2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/unix/unixmake2.cpp b/qmake/generators/unix/unixmake2.cpp
index cf573b41..7427269f 100644
--- a/qmake/generators/unix/unixmake2.cpp
+++ b/qmake/generators/unix/unixmake2.cpp
@@ -1545,7 +1545,7 @@ UnixMakefileGenerator::pkgConfigFixPath(TQString path) const
}
void
-UnixMakefileGenerator::writePkgConfigFile() // ### does make sense only for libqt so far
+UnixMakefileGenerator::writePkgConfigFile() // ### does make sense only for libtqt so far
{
TQString fname = pkgConfigFileName(), lname = fname;
int slsh = lname.findRev(Option::dir_sep);