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