forked from qt-creator/qt-creator
Maemo: Change installation prefix for non-Fremantle systems.
- /usr/local -> /usr - Technically, this changes the default installation path for all non-Fremantle UNIX systems.
This commit is contained in:
@@ -359,7 +359,7 @@ QString MaemoDeployableListModel::installPrefix() const
|
||||
const MaemoToolChain *const tc = maemoToolchain();
|
||||
QTC_ASSERT(tc, return QString());
|
||||
return QLatin1String(tc->version() == MaemoToolChain::Maemo5
|
||||
? "/opt/usr" : "/usr/local");
|
||||
? "/opt/usr" : "/usr");
|
||||
}
|
||||
|
||||
} // namespace Qt4ProjectManager
|
||||
|
||||
Reference in New Issue
Block a user