Changeset 53261 in webkit


Ignore:
Timestamp:
Jan 14, 2010 5:19:00 AM (14 years ago)
Author:
jocelyn.turcotte@nokia.com
Message:

[Qt] Unreviewed fix of builds with the --no-svg switch.

  • WebCore.pri:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53260 r53261  
     12010-01-14  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     2
     3        [Qt] Unreviewed fix of builds with the --no-svg switch.
     4
     5        * WebCore.pri:
     6
    172010-01-14  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
    28
  • trunk/WebCore/WebCore.pri

    r53189 r53261  
    557557}
    558558
    559 # GENERATOR 5-C:
    560 svgnames.output = $${WC_GENERATED_SOURCES_DIR}/SVGNames.cpp
    561 svgnames.input = SVG_NAMES
    562 svgnames.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --tags $$PWD/svg/svgtags.in --attrs $$PWD/svg/svgattrs.in --extraDefines \"$${DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outputDir $$WC_GENERATED_SOURCES_DIR
    563 svgnames.wkExtraSources = $${WC_GENERATED_SOURCES_DIR}/SVGElementFactory.cpp $${WC_GENERATED_SOURCES_DIR}/JSSVGElementWrapperFactory.cpp
    564 addExtraCompiler(svgnames)
     559contains(DEFINES, ENABLE_SVG=1) {
     560    # GENERATOR 5-C:
     561    svgnames.output = $${WC_GENERATED_SOURCES_DIR}/SVGNames.cpp
     562    svgnames.input = SVG_NAMES
     563    svgnames.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --tags $$PWD/svg/svgtags.in --attrs $$PWD/svg/svgattrs.in --extraDefines \"$${DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outputDir $$WC_GENERATED_SOURCES_DIR
     564    svgnames.wkExtraSources = $${WC_GENERATED_SOURCES_DIR}/SVGElementFactory.cpp $${WC_GENERATED_SOURCES_DIR}/JSSVGElementWrapperFactory.cpp
     565    addExtraCompiler(svgnames)
     566}
    565567
    566568# GENERATOR 5-D:
Note: See TracChangeset for help on using the changeset viewer.