summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-05-29 20:18:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-07 13:58:41 +0200
commitb215176da34661969015e4950815fe8297885163 (patch)
tree24b1e3993cb44e4c7713061ce2d788eaedd7d9b6 /qmake/option.h
parent45ab9d0c336f686d009061893dd8144eacd90040 (diff)
implement simple VFS to support caching during project parsing
sync up with qt creator - for qmake itself, this is just a minor refactoring. Change-Id: I833253f81c3159056fab2ff888f293b36cc2ef56 Reviewed-by: Daniel Teske <daniel.teske@digia.com> (cherry picked from qtcreator/66802ef8bf7989dc025e34bf91d93576189c483c) (cherry picked from qtcreator/69542826fa643a0fed2fc9e717f072c2852dc017) (cherry picked from qtcreator/196424115338fb9a535810704b7d814d318b0462) Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 6225f6b4d2..af8e3b7ab8 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -43,6 +43,7 @@
#define OPTION_H
#include <qmakeglobals.h>
+#include <qmakevfs.h>
#include <qmakeparser.h>
#include <qmakeevaluator.h>
@@ -87,6 +88,7 @@ struct Option
static QMakeGlobals *globals;
static ProFileCache *proFileCache;
+ static QMakeVfs *vfs;
static QMakeParser *parser;
//simply global convenience