Changeset 94866 in webkit


Ignore:
Timestamp:
Sep 9, 2011 11:11:00 AM (13 years ago)
Author:
Laszlo Gombos
Message:

[Qt] Remove common.pri
https://bugs.webkit.org/show_bug.cgi?id=67814

Reviewed by Andreas Kling.

.:

  • Source/WebKit.pri: Move rules from common.pri to WebKit.pri.
  • Source/common.pri: Removed.

Source/JavaScriptCore:

Source/WebCore:

No new tests, no change in functionality.

  • CodeGenerators.pri:
  • WebCore.pri:

Tools:

  • Tools.pro:
Location:
trunk
Files:
1 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r94829 r94866  
     12011-09-09  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        [Qt] Remove common.pri
     4        https://bugs.webkit.org/show_bug.cgi?id=67814
     5
     6        Reviewed by Andreas Kling.
     7
     8        * Source/WebKit.pri: Move rules from common.pri to WebKit.pri.
     9        * Source/common.pri: Removed.
     10
    1112011-09-08  Mark Pilgrim  <pilgrim@chromium.org>
    212
  • trunk/Source/JavaScriptCore/ChangeLog

    r94835 r94866  
     12011-09-09  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        [Qt] Remove common.pri
     4        https://bugs.webkit.org/show_bug.cgi?id=67814
     5
     6        Reviewed by Andreas Kling.
     7
     8        * JavaScriptCore.pri:
     9
    1102011-09-08  Mark Hahnenberg  <mhahnenberg@apple.com>
    211
  • trunk/Source/JavaScriptCore/JavaScriptCore.pri

    r92555 r94866  
    11# JavaScriptCore - Qt4 build info
    2 
    3 include(../common.pri)
    42
    53VPATH += $$PWD
  • trunk/Source/WebCore/ChangeLog

    r94864 r94866  
     12011-09-09  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        [Qt] Remove common.pri
     4        https://bugs.webkit.org/show_bug.cgi?id=67814
     5
     6        Reviewed by Andreas Kling.
     7
     8        No new tests, no change in functionality.
     9
     10        * CodeGenerators.pri:
     11        * WebCore.pri:
     12
    1132011-09-09  Dominic Mazzoni  <dmazzoni@google.com>
    214
  • trunk/Source/WebCore/CodeGenerators.pri

    r94614 r94866  
    11# Derived source generators
    22
    3 include(../common.pri)
    43include(features.pri)
    54
  • trunk/Source/WebCore/WebCore.pri

    r94694 r94866  
    11# Include file for WebCore
    22
    3 include(../common.pri)
    43include(features.pri)
    54
  • trunk/Source/WebKit.pri

    r92686 r94866  
    137137}
    138138
     139contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1
     140contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0
     141
     142linux-g++ {
     143isEmpty($$(SBOX_DPKG_INST_ARCH)):exists(/usr/bin/ld.gold) {
     144    message(Using gold linker)
     145    QMAKE_LFLAGS+=-fuse-ld=gold
     146}
     147}
     148
     149
    139150# Disable dependency to a specific version of a Qt package for non-production builds
    140151symbian:!CONFIG(production):default_deployment.pkg_prerules -= pkg_depends_qt
  • trunk/Tools/ChangeLog

    r94863 r94866  
     12011-09-09  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        [Qt] Remove common.pri
     4        https://bugs.webkit.org/show_bug.cgi?id=67814
     5
     6        Reviewed by Andreas Kling.
     7
     8        * Tools.pro:
     9
    1102011-09-09  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
    211
  • trunk/Tools/Tools.pro

    r86572 r94866  
    33CONFIG += ordered
    44
    5 include($$PWD/../Source/common.pri)
    65include($$PWD/../Source/WebCore/features.pri)
    76
Note: See TracChangeset for help on using the changeset viewer.