From 365eb897130708c3f413f87a866c0240c9c6fb34 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 11 Nov 2014 19:26:15 +0100 Subject: [PATCH] remove weird qt_dll hack there is no reference to it anywhere. Change-Id: I72403be6c8294d9b2e64075ebd428eba24d97097 Reviewed-by: Joerg Bornemann --- qmake/generators/win32/mingw_make.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qmake/generators/win32/mingw_make.cpp b/qmake/generators/win32/mingw_make.cpp index 85bc136e35..f853d1bc8a 100644 --- a/qmake/generators/win32/mingw_make.cpp +++ b/qmake/generators/win32/mingw_make.cpp @@ -252,10 +252,6 @@ void MingwMakefileGenerator::init() ProStringList &configs = project->values("CONFIG"); - if(project->isActiveConfig("qt_dll")) - if(configs.indexOf("qt") == -1) - configs.append("qt"); - if (project->isActiveConfig("dll")) { QString destDir = ""; if(!project->first("DESTDIR").isEmpty())