diff --git a/qmake/generators/unix/unixmake.cpp b/qmake/generators/unix/unixmake.cpp index 650d6a26665..76e623d1c79 100644 --- a/qmake/generators/unix/unixmake.cpp +++ b/qmake/generators/unix/unixmake.cpp @@ -53,9 +53,6 @@ UnixMakefileGenerator::init() } } - if(!project->isEmpty("QMAKE_FAILED_REQUIREMENTS")) /* no point */ - return; - ProStringList &configs = project->values("CONFIG"); if(project->isEmpty("ICON") && !project->isEmpty("RC_FILE")) project->values("ICON") = project->values("RC_FILE");