From b215176da34661969015e4950815fe8297885163 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 29 May 2013 20:18:51 +0200 Subject: 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 (cherry picked from qtcreator/66802ef8bf7989dc025e34bf91d93576189c483c) (cherry picked from qtcreator/69542826fa643a0fed2fc9e717f072c2852dc017) (cherry picked from qtcreator/196424115338fb9a535810704b7d814d318b0462) Reviewed-by: Joerg Bornemann --- qmake/option.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qmake/option.h') 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 +#include #include #include @@ -87,6 +88,7 @@ struct Option static QMakeGlobals *globals; static ProFileCache *proFileCache; + static QMakeVfs *vfs; static QMakeParser *parser; //simply global convenience -- cgit v1.2.3