summaryrefslogtreecommitdiff
path: root/qmake/generators/symbian/symbian_makefile.h
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-06-04 11:32:40 +0200
committeraxis <qt-info@nokia.com>2010-06-04 12:06:43 +0200
commitcb59e56bc9f34c50dc4a2d01d2ea506c5d735225 (patch)
tree529eb4b8035490d1456320fd2489112a8d2c0b5b /qmake/generators/symbian/symbian_makefile.h
parentbc11da163dc53860cf728b76dbb472bb2c9dadbf (diff)
Fixed def file usage for Qt plugins under the makefile build system.
Previously it would not use the autogenerated def files. RevBy: Thomas Zander
Diffstat (limited to 'qmake/generators/symbian/symbian_makefile.h')
-rw-r--r--qmake/generators/symbian/symbian_makefile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qmake/generators/symbian/symbian_makefile.h b/qmake/generators/symbian/symbian_makefile.h
index 061866ae2f..94f01453c7 100644
--- a/qmake/generators/symbian/symbian_makefile.h
+++ b/qmake/generators/symbian/symbian_makefile.h
@@ -94,6 +94,8 @@ public:
}
}
+ writeCustomDefFile();
+
return T::writeMakefile(t);
}
};