forked from qt-creator/qt-creator
MaemoTarget: fix compile fix
This commit is contained in:
@@ -148,8 +148,7 @@ QString Qt4MaemoTargetFactory::shadowBuildDirectory(const QString &profilePath,
|
|||||||
{
|
{
|
||||||
//TODO why?
|
//TODO why?
|
||||||
#if defined(Q_OS_WIN)
|
#if defined(Q_OS_WIN)
|
||||||
// return projectDirectory;
|
return profilePath;
|
||||||
QTC_ASSERT(false, return QString(); )
|
|
||||||
#endif
|
#endif
|
||||||
return Qt4BaseTargetFactory::shadowBuildDirectory(profilePath, id, suffix);
|
return Qt4BaseTargetFactory::shadowBuildDirectory(profilePath, id, suffix);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user