summaryrefslogtreecommitdiffstats
path: root/qmake/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/main.cpp')
-rw-r--r--qmake/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/qmake/main.cpp b/qmake/main.cpp
index 985afaa8e8..38e09f60fd 100644
--- a/qmake/main.cpp
+++ b/qmake/main.cpp
@@ -163,11 +163,6 @@ int runQMake(int argc, char **argv)
fn = fn.right(fn.length() - di - 1);
}
- if (!Option::prepareProject(fn)) {
- exit_val = 3;
- break;
- }
-
// read project..
if(!project.read(fn)) {
fprintf(stderr, "Error processing project file: %s\n",