From 3ad1b623ac4af0f19db3580e4ef6b0d923260ba0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:07:55 -0600 Subject: Sync again --- qmake/generators/unix/unixmake.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake/generators/unix/unixmake.cpp') 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"]; -- cgit v1.2.1