if(ENABLE_WML)
    list(APPEND WEBCORE_SRC
        wml/WMLAElement.cpp
        wml/WMLAccessElement.cpp
        wml/WMLAnchorElement.cpp
        wml/WMLBRElement.cpp
        wml/WMLCardElement.cpp
        wml/WMLDoElement.cpp
        wml/WMLDocument.cpp
        wml/WMLElement.cpp
        wml/WMLErrorHandling.cpp
        wml/WMLEventHandlingElement.cpp
        wml/WMLFieldSetElement.cpp
        wml/WMLFormControlElement.cpp
        wml/WMLGoElement.cpp
        wml/WMLImageElement.cpp
        wml/WMLImageLoader.cpp
        wml/WMLInputElement.cpp
        wml/WMLInsertedLegendElement.cpp
        wml/WMLIntrinsicEvent.cpp
        wml/WMLIntrinsicEventHandler.cpp
        wml/WMLNoopElement.cpp
        wml/WMLOnEventElement.cpp
        wml/WMLOptGroupElement.cpp
        wml/WMLOptionElement.cpp
        wml/WMLMetaElement.cpp
        wml/WMLPageState.cpp
        wml/WMLPElement.cpp
        wml/WMLPostfieldElement.cpp
        wml/WMLPrevElement.cpp
        wml/WMLRefreshElement.cpp
        wml/WMLSelectElement.cpp
        wml/WMLSetvarElement.cpp
        wml/WMLTableElement.cpp
        wml/WMLTaskElement.cpp
        wml/WMLTemplateElement.cpp
        wml/WMLTimerElement.cpp
        wml/WMLVariables.cpp
    )
    list(APPEND IDL_SRC
    )
endif(ENABLE_WML)
