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/unix/unixmake.cpp | |
parent | 6dec101d43dcbd4195c47d54bd388db1a8d7230e (diff) | |
download | tqt3-1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a.tar.gz tqt3-1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a.zip |
Automated update from Qt3
Diffstat (limited to 'qmake/generators/unix/unixmake.cpp')
-rw-r--r-- | qmake/generators/unix/unixmake.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/unix/unixmake.cpp b/qmake/generators/unix/unixmake.cpp index f4049c2c6..6d72ce126 100644 --- a/qmake/generators/unix/unixmake.cpp +++ b/qmake/generators/unix/unixmake.cpp @@ -66,7 +66,7 @@ UnixMakefileGenerator::init() if(project->isEmpty("MAKEFILE")) project->variables()["MAKEFILE"].append("Makefile"); if(project->isEmpty("QMAKE")) - project->variables()["QMAKE"].append("qmake"); + project->variables()["QMAKE"].append("tqmake"); if(project->variables()["QMAKE_INTERNAL_QMAKE_DEPS"].findIndex("qmake_all") == -1) project->variables()["QMAKE_INTERNAL_QMAKE_DEPS"].append("qmake_all"); return; /* subdirs is done */ |