summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-03-29 10:24:15 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-04-12 12:00:28 +0200
commit2fe0805d4eb821d2aa11ea868ebb3ff32a108475 (patch)
tree7af3e70f2b8476a4eef722ffdd54eb98108f4342 /qmake
parentaf93be4d81d1e50b0c9f015f8432033cc737b22d (diff)
simplify: fileFixify for all same paths is always "."
this must have been the most arcane way to generate a single dot ever Reviewed-by: mariusSO
Diffstat (limited to 'qmake')
-rw-r--r--qmake/generators/makefile.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
index 7033a04867..1bfbdba256 100644
--- a/qmake/generators/makefile.cpp
+++ b/qmake/generators/makefile.cpp
@@ -783,9 +783,7 @@ MakefileGenerator::init()
{ //get the output_dir into the pwd
if(Option::output_dir != qmake_getpwd())
- project->values("INCLUDEPATH").append(fileFixify(Option::output_dir,
- Option::output_dir,
- Option::output_dir));
+ project->values("INCLUDEPATH").append(".");
}
//fix up the target deps