diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-19 16:47:41 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-19 16:47:41 -0500 |
commit | 1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a (patch) | |
tree | 9a0f14bc0aa25cc54bcbadc7aeae4b62e2a19ace /qmake/generators/makefile.cpp | |
parent | 6dec101d43dcbd4195c47d54bd388db1a8d7230e (diff) | |
download | tqt3-1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a.tar.gz tqt3-1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a.zip |
Automated update from Qt3
Diffstat (limited to 'qmake/generators/makefile.cpp')
-rw-r--r-- | qmake/generators/makefile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp index b4348588c..fae1dc6c1 100644 --- a/qmake/generators/makefile.cpp +++ b/qmake/generators/makefile.cpp @@ -2183,7 +2183,7 @@ MakefileGenerator::writeMakeQmake(TQTextStream &t) t << project->variables()["QMAKE_INTERNAL_INCLUDED_FILES"].join(" \\\n\t\t") << "\n\t" << qmake <<endl; } - if(project->first("QMAKE_ORIG_TARGET") != "qmake") { + if(project->first("QMAKE_ORIG_TARGET") != "tqmake") { t << "qmake: " << project->variables()["QMAKE_INTERNAL_QMAKE_DEPS"].join(" \\\n\t\t") << "\n\t" << "@" << qmake << endl << endl; |