Changeset 20612 in webkit


Ignore:
Timestamp:
Mar 30, 2007 8:33:11 AM (17 years ago)
Author:
hausmann
Message:

Fix Qt release builds

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r20611 r20612  
     12007-03-30  Simon Hausmann  <hausmann@kde.org>
     2
     3        Reviewed by Zack
     4
     5        * WebCore.pro: Fix release Qt builds.
     6
    172007-03-30  Antti Koivisto  <antti@apple.com>
    28
  • trunk/WebCore/WebCore.pro

    r20442 r20612  
    1717contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
    1818unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
     19
     20linux-*: DEFINES += HAVE_STDINT_H
     21
     22DEFINES += USE_SYSTEM_MALLOC
     23
     24CONFIG(release) {
     25    DEFINES += NDEBUG
     26}
    1927
    2028# PRE-BUILD: make the required config.h file
Note: See TracChangeset for help on using the changeset viewer.