summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/symbian/stl-off/new
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/common/symbian/stl-off/new')
-rw-r--r--mkspecs/common/symbian/stl-off/new5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkspecs/common/symbian/stl-off/new b/mkspecs/common/symbian/stl-off/new
new file mode 100644
index 0000000000..8584ba36b4
--- /dev/null
+++ b/mkspecs/common/symbian/stl-off/new
@@ -0,0 +1,5 @@
+// 'new' implemented in symbian libs, so do nothing here; just keep Qt happy
+#ifndef __NEW_SYMB_ADDON
+#define __NEW_SYMB_ADDON
+#include <e32base.h>
+#endif //__NEW_SYMB_ADDON