summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/prepend_includepath.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/symbian/prepend_includepath.prf')
-rw-r--r--mkspecs/features/symbian/prepend_includepath.prf14
1 files changed, 0 insertions, 14 deletions
diff --git a/mkspecs/features/symbian/prepend_includepath.prf b/mkspecs/features/symbian/prepend_includepath.prf
deleted file mode 100644
index d9fd4fe46e..0000000000
--- a/mkspecs/features/symbian/prepend_includepath.prf
+++ /dev/null
@@ -1,14 +0,0 @@
-# Allow .pro files to specify include path(s) to be prepended to the list.
-#
-# This allows the project to override the default ordering, whereby paths
-# relative to $$QMAKE_INCDIR_QT always come first. This ordering can cause
-# problems when both the epoc32/include tree and a Qt include directory
-# contain a header of the same name - in this case, the Qt header is always
-# included by virtue of its path appearing first in the SYSTEMINCLUDE
-# directives in the generated MMP file.
-#
-# To work around this situation, the following line can be added to the .pro
-# file:
-# PREPEND_INCLUDEPATH = /epoc32/include
-#
-INCLUDEPATH = $$PREPEND_INCLUDEPATH $$INCLUDEPATH