summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix/unixmake.cpp
diff options
context:
space:
mode:
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 985fcb139..f55132d4a 100644
--- a/qmake/generators/unix/unixmake.cpp
+++ b/qmake/generators/unix/unixmake.cpp
@@ -52,7 +52,7 @@ UnixMakefileGenerator::init()
return;
init_flag = TRUE;
- if(!project->isEmpty("QMAKE_FAILED_RETQUIREMENTS")) /* no point */
+ if(!project->isEmpty("QMAKE_FAILED_REQUIREMENTS")) /* no point */
return;
TQStringList &configs = project->variables()["CONFIG"];