From 4753958db707001d1e14fa8312708dc1e891bacc Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 17 Apr 2012 12:15:39 +0200 Subject: revamp handling of qmake target mode the project evaluator becomes oblivious of the target mode. the mode is set up in spec_post.prf according to the spec. $$QMAKE_TARGET contains the feature suffixes to search, and is also contained in $$CONFIG. the target_mode variable itself becomes private to the Makefile class. Change-Id: I3c06d9dab536b753343cec6c5c491d3203e50bd8 Reviewed-by: Mark Brand --- qmake/project.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake/project.h') diff --git a/qmake/project.h b/qmake/project.h index e733f6097c..4ee6a02597 100644 --- a/qmake/project.h +++ b/qmake/project.h @@ -114,8 +114,8 @@ class QMakeProject void init(QMakeProperty *); void cleanup(); QStringList &values(const QString &v, QHash &place); - void validateModes(); void resolveSpec(QString *spec, const QString &qmakespec); + QStringList qmakeFeaturePaths(); public: QMakeProject(QMakeProperty *p = 0) { init(p); } -- cgit v1.2.1