diff options
author | axis <qt-info@nokia.com> | 2010-09-06 14:23:35 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-09-07 02:50:39 (GMT) |
commit | bd9e8679703dfdd63f58be9ee29b73e73a0c3774 (patch) | |
tree | 62ce92233c7b0e9c36d513094d96942914aad009 /src | |
parent | 2ed8ae55ea8e37060538bd45276e5f72e98f36c4 (diff) | |
download | Qt-bd9e8679703dfdd63f58be9ee29b73e73a0c3774.zip Qt-bd9e8679703dfdd63f58be9ee29b73e73a0c3774.tar.gz Qt-bd9e8679703dfdd63f58be9ee29b73e73a0c3774.tar.bz2 |
Fixed incorrect Symbian scoping.
The missing install functionality is only true for mmp based systems.
(cherry picked from commit 08c34bfec8880600138846bb895e82f69cb3f92c)
Diffstat (limited to 'src')
-rw-r--r-- | src/3rdparty/webkit/WebCore/WebCore.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/webkit/WebCore/WebCore.pro b/src/3rdparty/webkit/WebCore/WebCore.pro index 537cdd3..5ea1e77 100644 --- a/src/3rdparty/webkit/WebCore/WebCore.pro +++ b/src/3rdparty/webkit/WebCore/WebCore.pro @@ -2857,13 +2857,13 @@ contains(DEFINES, ENABLE_SYMBIAN_DIALOG_PROVIDERS) { } } -!symbian { +!symbian-abld:!symbian-sbsv2 { modfile.files = $$moduleFile modfile.path = $$[QMAKE_MKSPECS]/modules INSTALLS += modfile } else { - # INSTALLS is not implemented in qmake's s60 generators, copy headers manually + # INSTALLS is not implemented in qmake's mmp generators, copy headers manually inst_modfile.commands = $$QMAKE_COPY ${QMAKE_FILE_NAME} ${QMAKE_FILE_OUT} inst_modfile.input = moduleFile |