gcce toolchain needs default make target dependent on debug/release.

Passing the Project to the tool chain now. Not quite sure if I like it.
This commit is contained in:
con
2009-06-09 13:44:33 +02:00
parent 655a1c9198
commit 7bec2253c9
7 changed files with 21 additions and 9 deletions

View File

@@ -925,7 +925,7 @@ void QtVersion::updateToolChain() const
//qDebug()<<"GCC ToolChain ("<<qmake_cxx<<")";
#ifdef QTCREATOR_WITH_S60
} else if (t == ProjectExplorer::ToolChain::WINSCW) {
m_test = S60Manager::instance()->createWINSCWToolChain(this);
m_test = S60Manager::instance()->createGCCEToolChain(this);
#endif
} else {
qDebug()<<"Could not detect ToolChain for"<<mkspec();