diff options
author | axis <qt-info@nokia.com> | 2010-09-06 14:23:35 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-09-06 14:42:57 (GMT) |
commit | 08c34bfec8880600138846bb895e82f69cb3f92c (patch) | |
tree | 723b85492d175e4f9c96384f0e2976396017d549 /src/3rdparty/webkit | |
parent | d3064666be3909583ccdb873672011d1db4588e4 (diff) | |
download | Qt-08c34bfec8880600138846bb895e82f69cb3f92c.zip Qt-08c34bfec8880600138846bb895e82f69cb3f92c.tar.gz Qt-08c34bfec8880600138846bb895e82f69cb3f92c.tar.bz2 |
Fixed incorrect Symbian scoping.
The missing install functionality is only true for mmp based systems.
Diffstat (limited to 'src/3rdparty/webkit')
-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 |