|
|
|
@ -459,8 +459,8 @@ void VcprojGenerator::init()
|
|
|
|
|
|
|
|
|
|
// Are we building Qt?
|
|
|
|
|
bool is_qt =
|
|
|
|
|
( project->first("TARGET") == "qt"QTDLL_POSTFIX ||
|
|
|
|
|
project->first("TARGET") == "qt-mt"QTDLL_POSTFIX );
|
|
|
|
|
( project->first("TARGET") == "qt" QTDLL_POSTFIX ||
|
|
|
|
|
project->first("TARGET") == "qt-mt" QTDLL_POSTFIX );
|
|
|
|
|
|
|
|
|
|
// Are we using Qt?
|
|
|
|
|
bool isQtActive = project->isActiveConfig("qt");
|
|
|
|
@ -1097,8 +1097,8 @@ void VcprojGenerator::initOld()
|
|
|
|
|
project->variables()["QMAKESPEC"].append( getenv("QMAKESPEC") );
|
|
|
|
|
|
|
|
|
|
bool is_qt =
|
|
|
|
|
( project->first("TARGET") == "qt"QTDLL_POSTFIX ||
|
|
|
|
|
project->first("TARGET") == "qt-mt"QTDLL_POSTFIX );
|
|
|
|
|
( project->first("TARGET") == "qt" QTDLL_POSTFIX ||
|
|
|
|
|
project->first("TARGET") == "qt-mt" QTDLL_POSTFIX );
|
|
|
|
|
|
|
|
|
|
QStringList &configs = project->variables()["CONFIG"];
|
|
|
|
|
|
|
|
|
|