Ignore:
Timestamp:
Dec 21, 2010, 4:39:48 AM (15 years ago)
Author:
Laszlo Gombos
Message:

2010-12-21 Laszlo Gombos <Laszlo Gombos>

Reviewed by Andreas Kling.

[Qt] Set BUILDING_QT consistently
https://bugs.webkit.org/show_bug.cgi?id=51341

  • JavaScriptCore.pri: Remove the definition of BUILDING_QT as it is already defined in WebKit.pri.

2010-12-21 Laszlo Gombos <Laszlo Gombos>

Reviewed by Andreas Kling.

[Qt] Set BUILDING_QT consistently
https://bugs.webkit.org/show_bug.cgi?id=51341

  • WebKit2.pro: Remove the definition of BUILDING_QT as it is already defined in WebKit.pri.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r72184 r74407  
    5454win32-*: DEFINES += _HAS_TR1=0
    5555
    56 DEFINES += BUILDING_QT__ BUILDING_JavaScriptCore BUILDING_WTF
     56DEFINES += BUILDING_JavaScriptCore BUILDING_WTF
    5757
    5858# CONFIG += text_breaking_with_icu
Note: See TracChangeset for help on using the changeset viewer.