Maemo: Adapt to OVI store requirements.

Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-08-23 14:47:28 +02:00
parent 849b91e574
commit 6bbc55369a
3 changed files with 45 additions and 7 deletions

View File

@@ -60,8 +60,8 @@ bool MaemoDeployableListModel::buildModel()
const MaemoProFileWrapper::InstallsList &installs = m_proFileWrapper->installs();
if (installs.targetPath.isEmpty()) {
const QString remoteDir = m_proFileNode->projectType() == LibraryTemplate
? QLatin1String("/usr/lib")
: QLatin1String("/usr/bin");
? QLatin1String("/opt/lib")
: QLatin1String("/opt/bin");
m_deployables.prepend(MaemoDeployable(localExecutableFilePath(),
remoteDir));
QFile projectFile(m_proFileNode->path());