summaryrefslogtreecommitdiffstats
path: root/qmake/generators/symbian/symbiancommon.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-06-10 15:48:36 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-06-10 15:48:36 (GMT)
commit700a4826cf6bd755df000cb16c259343efb695cd (patch)
tree69b19857c352891dd05b35ddf54b997634442379 /qmake/generators/symbian/symbiancommon.cpp
parent3aee7b78ba1f6c1e4eab9202ddac58e01b3258e7 (diff)
parent9385f050620f14e3c3e4616906cf1999bf166041 (diff)
downloadQt-700a4826cf6bd755df000cb16c259343efb695cd.zip
Qt-700a4826cf6bd755df000cb16c259343efb695cd.tar.gz
Qt-700a4826cf6bd755df000cb16c259343efb695cd.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'qmake/generators/symbian/symbiancommon.cpp')
-rw-r--r--qmake/generators/symbian/symbiancommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/symbian/symbiancommon.cpp b/qmake/generators/symbian/symbiancommon.cpp
index f8b3aa5..58729d2 100644
--- a/qmake/generators/symbian/symbiancommon.cpp
+++ b/qmake/generators/symbian/symbiancommon.cpp
@@ -503,7 +503,7 @@ void SymbianCommonGenerator::generatePkgFile(const QString &iconFile, bool epocB
// Wrapped files deployment
QString currentPath = qmake_getpwd();
QString sisName = QString("%1.sis").arg(pkgTarget);
- twf << "\"" << currentPath << "/" << sisName << "\" - \"c:\\adm\\" << sisName << "\"" << endl;
+ twf << "\"" << currentPath << "/" << sisName << "\" - \"c:\\private\\2002CCCE\\import\\" << sisName << "\"" << endl;
QString bootStrapPath = QLibraryInfo::location(QLibraryInfo::PrefixPath);
bootStrapPath.append("/smartinstaller.sis");