forked from qt-creator/qt-creator
Maemo: Fix Windows compilation.
This commit is contained in:
@@ -498,11 +498,11 @@ QString MaemoPackageCreationStep::packagingCommand(const Qt4BuildConfiguration *
|
|||||||
const QString &commandName)
|
const QString &commandName)
|
||||||
{
|
{
|
||||||
QString perl;
|
QString perl;
|
||||||
|
const QString maddeRoot = MaemoGlobal::maddeRoot(bc->qtVersion());
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
perl = tc->maddeRoot() + QLatin1String("/bin/perl.exe ");
|
perl = maddeRoot + QLatin1String("/bin/perl.exe ");
|
||||||
#endif
|
#endif
|
||||||
return perl + MaemoGlobal::maddeRoot(bc->qtVersion())
|
return perl + maddeRoot % QLatin1String("/madbin/") % commandName;
|
||||||
% QLatin1String("/madbin/") % commandName;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MaemoPackageCreationStep::checkProjectName()
|
void MaemoPackageCreationStep::checkProjectName()
|
||||||
|
|||||||
Reference in New Issue
Block a user