diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-06-08 13:33:16 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-06-08 13:33:16 (GMT) |
commit | 2ae808a23ce05bf9768ad9df107c16bb0c555ee7 (patch) | |
tree | 5640ef7f8dc6f842a74a03e49a8fd777098e47e0 | |
parent | ab01d0f9ad79cb80fce2ee6c889c98bc7e35e5f2 (diff) | |
parent | 544eca4582e20d093e9345799b3485eb2ba56e96 (diff) | |
download | Qt-2ae808a23ce05bf9768ad9df107c16bb0c555ee7.zip Qt-2ae808a23ce05bf9768ad9df107c16bb0c555ee7.tar.gz Qt-2ae808a23ce05bf9768ad9df107c16bb0c555ee7.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Change the directory where smart-installable application package is
-rw-r--r-- | qmake/generators/symbian/symbiancommon.cpp | 2 |
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"); |