aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-09-20 16:59:05 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-10-01 14:31:30 +0200
commit37e29bd24286c0a197d5877faf51efa8f80e279a (patch)
tree2c2a1b274d0f5647d01aac60d7e91e4014e80e48 /src/qtcreatorplugin.pri
parent11aeaea86f99bb00ef328c6f439d5549131cfc28 (diff)
Do not generally add a plugin's directory to its include paths.
It's not necessary, and it lets people get away with using the wrong kind of include statement. Change-Id: I736a0aae93c930da37dbac548a3bb025838e7588 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index dcc12b4ba1..16c353c67a 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -120,9 +120,6 @@ macx {
QMAKE_RPATHDIR =
}
-# put .pro file directory in INCLUDEPATH
-CONFIG += include_source_dir
-
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
TEMPLATE = lib