From af93c70de72f6bcea948b43e8f7bf50dad8face3 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 30 Jan 2012 15:29:56 +0100 Subject: consolidate Read* options this brings some clarity which combinations are actually possible, which allows for some optimization later on. Change-Id: I930027e426c5f9abea8d21eb1ebaa39bd29787b8 Reviewed-by: Joerg Bornemann --- qmake/project.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qmake/project.h') diff --git a/qmake/project.h b/qmake/project.h index 83174455d1..7a9cc1eae4 100644 --- a/qmake/project.h +++ b/qmake/project.h @@ -117,8 +117,7 @@ public: QMakeProject(QMakeProperty *p, const QHash &nvars) { init(p, &nvars); } ~QMakeProject(); - enum { ReadCache=0x01, ReadConf=0x02, ReadCmdLine=0x04, ReadProFile=0x08, - ReadFeatures=0x20, ReadConfigs=0x40, ReadAll=0xFF }; + enum { ReadProFile=0x01, ReadSetup=0x02, ReadFeatures=0x04, ReadAll=0xFF }; inline bool parse(const QString &text) { return parse(text, vars); } bool read(const QString &project, uchar cmd=ReadAll); bool read(uchar cmd=ReadAll); -- cgit v1.2.3