summaryrefslogtreecommitdiff
path: root/src/plugins/qtsupport/baseqtversion.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@theqtcompany.com>2015-04-09 12:42:41 +0200
committerDaniel Teske <daniel.teske@theqtcompany.com>2015-04-21 11:29:37 +0000
commitd1a7176f1c6b737feaf7ce7c48a51a2348bc15c4 (patch)
treead1a06b80b24d09eea81e481431bce57b780e87c /src/plugins/qtsupport/baseqtversion.h
parentf5e2e6d4f232503ddfd14f7e1eaf7f7852b6b230 (diff)
downloadqt-creator-d1a7176f1c6b737feaf7ce7c48a51a2348bc15c4.tar.gz
QmakeProjectManager: Don't add mkspec include dir explicitly
It will be added via INCLUDE anyway. This also removes all code using BaseQtVersion::systemHeaderPaths(), which is thus also removed. This function was introduced to support Symbian. Change-Id: Id372e1cfc20bd22de948ed9a7d28dfa9135cbfa9 Task-number: QTCREATORBUG-13964 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'src/plugins/qtsupport/baseqtversion.h')
-rw-r--r--src/plugins/qtsupport/baseqtversion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/baseqtversion.h b/src/plugins/qtsupport/baseqtversion.h
index 728466ab8a..8c354fe555 100644
--- a/src/plugins/qtsupport/baseqtversion.h
+++ b/src/plugins/qtsupport/baseqtversion.h
@@ -146,7 +146,6 @@ public:
bool hasDemos() const;
QString demosPath() const;
- virtual QList<ProjectExplorer::HeaderPath> systemHeaderPathes(const ProjectExplorer::Kit *k) const;
virtual QString frameworkInstallPath() const;
// former local functions