summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditor.pro
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/plugins/texteditor/texteditor.pro
parent11aeaea86f99bb00ef328c6f439d5549131cfc28 (diff)
downloadqt-creator-37e29bd24286c0a197d5877faf51efa8f80e279a.tar.gz
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/plugins/texteditor/texteditor.pro')
-rw-r--r--src/plugins/texteditor/texteditor.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditor.pro b/src/plugins/texteditor/texteditor.pro
index 2a449986b6..23acecbf02 100644
--- a/src/plugins/texteditor/texteditor.pro
+++ b/src/plugins/texteditor/texteditor.pro
@@ -1,6 +1,7 @@
DEFINES += TEXTEDITOR_LIBRARY
QT += xml network
CONFIG += exceptions
+CONFIG += include_source_dir # For the highlighter autotest.
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
include(../../qtcreatorplugin.pri)
SOURCES += texteditorplugin.cpp \