Changeset 67657 in webkit


Ignore:
Timestamp:
Sep 16, 2010 1:05:51 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-09-16 Thomas Zander <t.zander@nokia.com>

Reviewed by Andreas Kling.

https://bugs.webkit.org/show_bug.cgi?id=45878

[Qt] Fixed incorrect Symbian scoping.

The missing install functionality is only true for mmp based systems.

  • WebCore.pro: limit functionality to mmp systems.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r67656 r67657  
     12010-09-16  Thomas Zander <t.zander@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=45878
     6
     7        [Qt] Fixed incorrect Symbian scoping.
     8
     9        The missing install functionality is only true for mmp based systems.
     10
     11        * WebCore.pro: limit functionality to mmp systems.
     12
    1132010-09-16  Anders Carlsson  <andersca@apple.com>
    214
  • trunk/WebCore/WebCore.pro

    r67614 r67657  
    35853585}
    35863586
    3587 !symbian {
     3587!symbian-abld:!symbian-sbsv2 {
    35883588    modfile.files = $$moduleFile
    35893589    modfile.path = $$[QMAKE_MKSPECS]/modules
     
    35913591    INSTALLS += modfile
    35923592} else {
    3593     # INSTALLS is not implemented in qmake's s60 generators, copy headers manually
     3593    # INSTALLS is not implemented in qmake's mmp generators, copy headers manually
    35943594
    35953595    inst_modfile.commands = $$QMAKE_COPY ${QMAKE_FILE_NAME} ${QMAKE_FILE_OUT}
Note: See TracChangeset for help on using the changeset viewer.