From b9ed5b9acf9e79f9d1bc0977fd44750661d09d05 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Wed, 11 Nov 2015 19:21:27 +0100 Subject: MakefileGenerator::processSources() doesn't need to be virtual. Only VcprojGenerator over-rode it; and did so with a replacement identical to the one on the base, so there was no point to it. Change-Id: I5b899372247809c82b1cae25817e06c5849cd10d Reviewed-by: Oswald Buddenhagen --- qmake/generators/win32/msvc_vcproj.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qmake/generators/win32/msvc_vcproj.h') diff --git a/qmake/generators/win32/msvc_vcproj.h b/qmake/generators/win32/msvc_vcproj.h index 35dc1e8937..50125a30a6 100644 --- a/qmake/generators/win32/msvc_vcproj.h +++ b/qmake/generators/win32/msvc_vcproj.h @@ -75,7 +75,6 @@ public: protected: virtual VCProjectWriter *createProjectWriter(); virtual bool doDepends() const { return false; } //never necesary - virtual void processSources() { filterIncludedFiles("SOURCES"); filterIncludedFiles("GENERATED_SOURCES"); } using Win32MakefileGenerator::replaceExtraCompilerVariables; virtual QString replaceExtraCompilerVariables(const QString &, const QStringList &, const QStringList &, ReplaceFor); virtual bool supportsMetaBuild() { return true; } -- cgit v1.2.3