38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
15 lines
664 B
Plaintext
15 lines
664 B
Plaintext
# 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
|