remove weird qt_dll hack
there is no reference to it anywhere. Change-Id: I72403be6c8294d9b2e64075ebd428eba24d97097 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
parent
9999ada1bf
commit
365eb89713
@ -252,10 +252,6 @@ void MingwMakefileGenerator::init()
|
|||||||
|
|
||||||
ProStringList &configs = project->values("CONFIG");
|
ProStringList &configs = project->values("CONFIG");
|
||||||
|
|
||||||
if(project->isActiveConfig("qt_dll"))
|
|
||||||
if(configs.indexOf("qt") == -1)
|
|
||||||
configs.append("qt");
|
|
||||||
|
|
||||||
if (project->isActiveConfig("dll")) {
|
if (project->isActiveConfig("dll")) {
|
||||||
QString destDir = "";
|
QString destDir = "";
|
||||||
if(!project->first("DESTDIR").isEmpty())
|
if(!project->first("DESTDIR").isEmpty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user