summaryrefslogtreecommitdiffstats
path: root/qmake/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/main.cpp')
-rw-r--r--qmake/main.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/qmake/main.cpp b/qmake/main.cpp
index 45672c67ee..835849c652 100644
--- a/qmake/main.cpp
+++ b/qmake/main.cpp
@@ -173,8 +173,10 @@ int runQMake(int argc, char **argv)
exit_val = 3;
continue;
}
- if(Option::mkfile::do_preprocess) //no need to create makefile
- continue;
+ if (Option::mkfile::do_preprocess) {
+ project.dump();
+ continue; //no need to create makefile
+ }
}
bool success = true;