summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix/unixmake.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-19 19:15:41 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-19 19:15:41 -0500
commite07167f4f6448ad4f5565609e5cd56a918d256f8 (patch)
tree2b727f0d725e575301e7562fa165e6b9573f4a63 /qmake/generators/unix/unixmake.cpp
parentd1096751ddb25cdef23919c17389fc268c31edaf (diff)
parent1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a (diff)
downloadtqt-e07167f4f6448ad4f5565609e5cd56a918d256f8.tar.gz
tqt-e07167f4f6448ad4f5565609e5cd56a918d256f8.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'qmake/generators/unix/unixmake.cpp')
-rw-r--r--qmake/generators/unix/unixmake.cpp2
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 */