aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/qtmocscanner.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-12-08 12:47:57 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-01-10 10:00:09 +0000
commit4004e5688b49e0c7e97e9f4773c3d3c76c0059ee (patch)
tree125b596236fa93feddc37599e28b4db0268b26d6 /src/lib/corelib/buildgraph/qtmocscanner.h
parent4265033a34e1ecd06f9d51b72ab8d595d5eb28be (diff)
Make scanning information persistent
This way, a change in some artifact or dependency will not cause re- scanning of tons of other header files anymore. Task-number: QBS-1052 Change-Id: I1713da416b47b19275641cbbacd0a5c9da866578 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/qtmocscanner.h')
-rw-r--r--src/lib/corelib/buildgraph/qtmocscanner.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/corelib/buildgraph/qtmocscanner.h b/src/lib/corelib/buildgraph/qtmocscanner.h
index 3009d588b..806ec1f7b 100644
--- a/src/lib/corelib/buildgraph/qtmocscanner.h
+++ b/src/lib/corelib/buildgraph/qtmocscanner.h
@@ -58,7 +58,6 @@ namespace qbs {
namespace Internal {
class Artifact;
-class ScanResultCache;
class QtMocScanner
{
@@ -76,7 +75,6 @@ private:
const ResolvedProductPtr &m_product;
QScriptValue m_targetScriptValue;
const Logger &m_logger;
- ScanResultCache *m_scanResultCache;
QHash<QString, QString> m_includedMocCppFiles;
ScannerPlugin *m_cppScanner;
ScannerPlugin *m_objcppScanner;