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