diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-06 11:52:31 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-06 11:52:31 (GMT) |
commit | ed35633a5953d9d1f52b910347c778a5ddc622d2 (patch) | |
tree | 40774edada89f3ef48eb8be3a851e539a9f114bb /qmake/generators | |
parent | 392ad41ba0c0d61d65e2c218ebf3b1a951a4c30a (diff) | |
download | Qt-ed35633a5953d9d1f52b910347c778a5ddc622d2.zip Qt-ed35633a5953d9d1f52b910347c778a5ddc622d2.tar.gz Qt-ed35633a5953d9d1f52b910347c778a5ddc622d2.tar.bz2 |
Fix WebKit compilation outside of Qt with SBS.
Propagate QMAKE_MOVE similar to commit 392ad41ba0c0d61d65e2c218ebf3b1a951a4c30a.
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'qmake/generators')
-rw-r--r-- | qmake/generators/symbian/symmake_sbsv2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/symbian/symmake_sbsv2.cpp b/qmake/generators/symbian/symmake_sbsv2.cpp index 34585e8..885d8a6 100644 --- a/qmake/generators/symbian/symmake_sbsv2.cpp +++ b/qmake/generators/symbian/symmake_sbsv2.cpp @@ -133,6 +133,7 @@ void SymbianSbsv2MakefileGenerator::writeWrapperMakefile(QFile& wrapperFile, boo t << "QMAKE = " << Option::fixPathToTargetOS(var("QMAKE_QMAKE")) << endl; t << "DEL_FILE = " << var("QMAKE_DEL_FILE") << endl; t << "DEL_DIR = " << var("QMAKE_DEL_DIR") << endl; + t << "MOVE = " << var("QMAKE_MOVE") << endl; t << "DEBUG_PLATFORMS = " << debugPlatforms.join(" ") << endl; t << "RELEASE_PLATFORMS = " << releasePlatforms.join(" ") << endl; t << "MAKE = make" << endl; |