Skip to content
Snippets Groups Projects
Commit f5f134af authored by dt's avatar dt
Browse files

MaemoTarget: fix compile fix

parent 3cffaac5
No related branches found
No related tags found
No related merge requests found
...@@ -148,8 +148,7 @@ QString Qt4MaemoTargetFactory::shadowBuildDirectory(const QString &profilePath, ...@@ -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);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment