1 # WebCore - qmake build info
2 CONFIG += building-libs
3 CONFIG += depend_includepath
4 include($$PWD/../WebKit.pri)
9 contains(QT_CONFIG, embedded):CONFIG += embedded
12 GENERATED_SOURCES_DIR = $$PWD/generated
13 include($$QT_SOURCE_TREE/src/qbase.pri)
14 PRECOMPILED_HEADER = $$PWD/../WebKit/qt/WebKit_pch.h
17 win32-*:!static: DEFINES += QT_MAKEDLL
20 isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = tmp
21 GENERATED_SOURCES_DIR_SLASH = $$GENERATED_SOURCES_DIR/
22 win32-*|wince*: GENERATED_SOURCES_DIR_SLASH ~= s|/|\|
23 unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtDBus QtGui QtNetwork QtXml
25 !CONFIG(QTDIR_build) {
27 DESTDIR = $$OUTPUT_DIR/lib
30 include($$OUTPUT_DIR/config.pri)
33 *-g++*:QMAKE_CXXFLAGS += -Wreturn-type -fno-strict-aliasing
34 #QMAKE_CXXFLAGS += -Wall -Wno-undef -Wno-unused-parameter
36 CONFIG(release):!CONFIG(QTDIR_build) {
37 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
38 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
41 linux-*: DEFINES += HAVE_STDINT_H
42 freebsd-*: DEFINES += HAVE_PTHREAD_NP_H
44 # PRE-BUILD: make the required config.h file
45 #config_h.target = config.h
46 #config_h.commands = cp config.h.qmake config.h
47 #config_h.depends = config.h.qmake
48 #QMAKE_EXTRA_TARGETS += config_h
49 #PRE_TARGETDEPS += config.h
51 DEFINES += BUILD_WEBKIT
53 win32-*: DEFINES += _HAS_TR1=0
55 # DEFINES += ENABLE_SVG=0 ENABLE_XPATH=0 ENABLE_XBL=0 \
56 # ENABLE_SVG_ANIMATION=0 ENABLE_SVG_USE=0 \
57 # ENABLE_SVG_FOREIGN_OBJECT=0 ENABLE_SVG_AS_IMAGE=0
59 INCLUDEPATH += $$PWD/../JavaScriptCore/os-wince
60 INCLUDEPATH += $$PWD/../JavaScriptCore/os-win32
63 # Pick up 3rdparty libraries from INCLUDE/LIB just like with MSVC
65 TMPPATH = $$quote($$(INCLUDE))
66 QMAKE_INCDIR_POST += $$split(TMPPATH,";")
67 TMPPATH = $$quote($$(LIB))
68 QMAKE_LIBDIR_POST += $$split(TMPPATH,";")
71 # Try to locate sqlite3 source
73 SQLITE3SRCDIR = $$QT_SOURCE_TREE/src/3rdparty/sqlite/
75 SQLITE3SRCDIR = $$(SQLITE3SRCDIR)
76 isEmpty(SQLITE3SRCDIR) {
77 SQLITE3SRCDIR = $$[QT_INSTALL_PREFIX]/src/3rdparty/sqlite/
81 # Optional components (look for defs in config.h and included files!)
83 # turn off database support if we do not have sqlite3 support
84 !CONFIG(QTDIR_build):win32-*:!exists( $${SQLITE3SRCDIR}/sqlite3.c ): DEFINES += ENABLE_DATABASE=0 ENABLE_ICONDATABASE=0 ENABLE_OFFLINE_WEB_APPLICATIONS=0 ENABLE_DOM_STORAGE=0
86 !contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=.): DEFINES += ENABLE_OFFLINE_WEB_APPLICATIONS=1
87 !contains(DEFINES, ENABLE_DOM_STORAGE=.): DEFINES += ENABLE_DOM_STORAGE=1
88 !contains(DEFINES, ENABLE_ICONDATABASE=.): DEFINES += ENABLE_ICONDATABASE=1
90 # turn on database support if any of the dependent features are turned on
91 !contains(DEFINES, ENABLE_DATABASE=1) {
92 contains(DEFINES, ENABLE_ICONDATABASE=1)|contains(DEFINES, ENABLE_DOM_STORAGE=1)|contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=1) {
93 DEFINES += ENABLE_DATABASE=1
97 # if database support is not on by now, turn it off
98 !contains(DEFINES, ENABLE_DATABASE=.): DEFINES += ENABLE_DATABASE=0
100 !contains(DEFINES, ENABLE_DASHBOARD_SUPPORT=.): DEFINES += ENABLE_DASHBOARD_SUPPORT=0
101 !contains(DEFINES, ENABLE_XPATH=.): DEFINES += ENABLE_XPATH=1
102 #!contains(DEFINES, ENABLE_XBL=.): DEFINES += ENABLE_XBL=1
103 !contains(DEFINES, ENABLE_WML=.): DEFINES += ENABLE_WML=0
104 !contains(DEFINES, ENABLE_SVG=.): DEFINES += ENABLE_SVG=1
105 !contains(DEFINES, ENABLE_SVG_FONTS=.): DEFINES += ENABLE_SVG_FONTS=1
106 !contains(DEFINES, ENABLE_SVG_FILTERS=.): DEFINES += ENABLE_SVG_FILTERS=1
107 !contains(DEFINES, ENABLE_SVG_FOREIGN_OBJECT=.): DEFINES += ENABLE_SVG_FOREIGN_OBJECT=1
108 !contains(DEFINES, ENABLE_SVG_ANIMATION=.): DEFINES += ENABLE_SVG_ANIMATION=1
109 !contains(DEFINES, ENABLE_SVG_AS_IMAGE=.): DEFINES += ENABLE_SVG_AS_IMAGE=1
110 !contains(DEFINES, ENABLE_SVG_USE=.): DEFINES += ENABLE_SVG_USE=1
112 # HTML5 media support
113 !contains(DEFINES, ENABLE_VIDEO=.) {
114 contains(QT_CONFIG, phonon):DEFINES += ENABLE_VIDEO=1
115 else:DEFINES += ENABLE_VIDEO=0
118 # Nescape plugins support (NPAPI)
119 !contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=.) {
120 unix|win32-*:!embedded:!wince*:!symbian {
121 DEFINES += ENABLE_NETSCAPE_PLUGIN_API=1
123 DEFINES += ENABLE_NETSCAPE_PLUGIN_API=0
127 DEFINES += WTF_USE_JAVASCRIPTCORE_BINDINGS=1 WTF_CHANGES=1
129 INCLUDEPATH += $$PWD $$PWD/../JavaScriptCore $$PWD/../JavaScriptCore/ForwardingHeaders \
130 $$PWD/../JavaScriptCore/interpreter \
131 $$PWD/../JavaScriptCore/bytecode \
132 $$PWD/../JavaScriptCore/debugger \
133 $$PWD/../JavaScriptCore/parser \
134 $$PWD/../JavaScriptCore/runtime \
135 $$PWD/../JavaScriptCore/bindings \
136 $$PWD/../JavaScriptCore/wrec \
137 $$PWD/../JavaScriptCore/jit \
138 $$PWD/../JavaScriptCore/wtf \
140 include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
143 $$PWD/../WebCore/inspector/front-end/WebKit.qrc \
144 $$PWD/../WebCore/WebCore.qrc
147 $$PWD/platform/network/qt \
148 $$PWD/platform/graphics/filters \
149 $$PWD/platform/graphics/transforms \
150 $$PWD/platform/graphics/qt \
151 $$PWD/svg/graphics/qt \
154 $$PWD/../WebKit/qt/WebCoreSupport \
155 $$PWD/../WebKit/qt/Api \
158 # Make sure storage/ appears before JavaScriptCore/. Both provide LocalStorage.h
159 # but the header from the former include path is included across directories while
160 # LocalStorage.h is included only from files within the same directory
161 INCLUDEPATH = $$PWD/storage $$INCLUDEPATH
163 INCLUDEPATH += $$PWD \
164 $$PWD/ForwardingHeaders \
167 $$PWD/platform/animation \
168 $$PWD/platform/network \
169 $$PWD/platform/graphics \
170 $$PWD/svg/animation \
172 $$PWD/svg/graphics/filters \
174 $$PWD/platform/text \
176 $$PWD/loader/appcache \
177 $$PWD/loader/archive \
182 $$PWD/page/animation \
186 $$PWD/rendering/style \
195 $$PWD/platform/image-decoders \
200 $$GENERATED_SOURCES_DIR
203 lessThan(QT_MINOR_VERSION, 4): QT += xml
205 QMAKE_EXTRA_TARGETS += generated_files
207 FEATURE_DEFINES_JAVASCRIPT = LANGUAGE_JAVASCRIPT=1
209 TOKENIZER = $$PWD/css/tokenizer.flex
211 DOCTYPESTRINGS = $$PWD/html/DocTypeStrings.gperf
213 CSSBISON = $$PWD/css/CSSGrammar.y
215 HTML_NAMES = $$PWD/html/HTMLTagNames.in
217 XML_NAMES = $$PWD/xml/xmlattrs.in
219 ENTITIES_GPERF = $$PWD/html/HTMLEntityNames.gperf
221 COLORDAT_GPERF = $$PWD/platform/ColorData.gperf
223 WALDOCSSPROPS = $$PWD/css/CSSPropertyNames.in
225 WALDOCSSVALUES = $$PWD/css/CSSValueKeywords.in
227 DASHBOARDSUPPORTCSSPROPERTIES = $$PWD/css/DashboardSupportCSSPropertyNames.in
229 SVGCSSPROPERTIES = $$PWD/css/SVGCSSPropertyNames.in
231 SVGCSSVALUES = $$PWD/css/SVGCSSValueKeywords.in
233 STYLESHEETS_EMBED = \
234 $$PWD/css/html4.css \
235 $$PWD/css/quirks.css \
237 $$PWD/css/view-source.css \
239 $$PWD/css/mediaControls.css
242 bindings/js/JSDOMWindowBase.cpp \
243 bindings/js/JSRGBColor.cpp \
244 bindings/js/JSWorkerContextBase.cpp
248 css/CSSCharsetRule.idl \
249 css/CSSFontFaceRule.idl \
250 css/CSSImportRule.idl \
251 css/CSSMediaRule.idl \
252 css/CSSPageRule.idl \
253 css/CSSPrimitiveValue.idl \
255 css/CSSRuleList.idl \
256 css/CSSStyleDeclaration.idl \
257 css/CSSStyleRule.idl \
258 css/CSSStyleSheet.idl \
260 css/CSSValueList.idl \
261 css/CSSVariablesDeclaration.idl \
262 css/CSSVariablesRule.idl \
266 css/StyleSheetList.idl \
267 css/WebKitCSSKeyframeRule.idl \
268 css/WebKitCSSKeyframesRule.idl \
269 css/WebKitCSSMatrix.idl \
270 css/WebKitCSSTransformValue.idl \
272 dom/CharacterData.idl \
274 dom/ClientRectList.idl \
276 dom/CDATASection.idl \
278 dom/DocumentFragment.idl \
280 dom/DocumentType.idl \
281 dom/DOMCoreException.idl \
282 dom/DOMImplementation.idl \
283 dom/DOMStringList.idl \
286 dom/EntityReference.idl \
288 dom/EventException.idl \
289 # dom/EventListener.idl \
290 # dom/EventTarget.idl \
291 dom/KeyboardEvent.idl \
293 dom/MessageChannel.idl \
294 dom/MessageEvent.idl \
295 dom/MessagePort.idl \
296 dom/MutationEvent.idl \
297 dom/NamedNodeMap.idl \
300 dom/NodeIterator.idl \
303 dom/OverflowEvent.idl \
304 dom/ProcessingInstruction.idl \
305 dom/ProgressEvent.idl \
306 dom/RangeException.idl \
312 dom/WebKitAnimationEvent.idl \
313 dom/WebKitTransitionEvent.idl \
315 html/CanvasGradient.idl \
316 html/CanvasPattern.idl \
317 html/CanvasRenderingContext2D.idl \
320 html/HTMLAnchorElement.idl \
321 html/HTMLAppletElement.idl \
322 html/HTMLAreaElement.idl \
323 html/HTMLBaseElement.idl \
324 html/HTMLBaseFontElement.idl \
325 html/HTMLBlockquoteElement.idl \
326 html/HTMLBodyElement.idl \
327 html/HTMLBRElement.idl \
328 html/HTMLButtonElement.idl \
329 html/HTMLCanvasElement.idl \
330 html/HTMLCollection.idl \
331 html/HTMLDirectoryElement.idl \
332 html/HTMLDivElement.idl \
333 html/HTMLDListElement.idl \
334 html/HTMLDocument.idl \
335 html/HTMLElement.idl \
336 html/HTMLEmbedElement.idl \
337 html/HTMLFieldSetElement.idl \
338 html/HTMLFontElement.idl \
339 html/HTMLFormElement.idl \
340 html/HTMLFrameElement.idl \
341 html/HTMLFrameSetElement.idl \
342 html/HTMLHeadElement.idl \
343 html/HTMLHeadingElement.idl \
344 html/HTMLHRElement.idl \
345 html/HTMLHtmlElement.idl \
346 html/HTMLIFrameElement.idl \
347 html/HTMLImageElement.idl \
348 html/HTMLInputElement.idl \
349 html/HTMLIsIndexElement.idl \
350 html/HTMLLabelElement.idl \
351 html/HTMLLegendElement.idl \
352 html/HTMLLIElement.idl \
353 html/HTMLLinkElement.idl \
354 html/HTMLMapElement.idl \
355 html/HTMLMarqueeElement.idl \
356 html/HTMLMenuElement.idl \
357 html/HTMLMetaElement.idl \
358 html/HTMLModElement.idl \
359 html/HTMLObjectElement.idl \
360 html/HTMLOListElement.idl \
361 html/HTMLOptGroupElement.idl \
362 html/HTMLOptionElement.idl \
363 html/HTMLOptionsCollection.idl \
364 html/HTMLParagraphElement.idl \
365 html/HTMLParamElement.idl \
366 html/HTMLPreElement.idl \
367 html/HTMLQuoteElement.idl \
368 html/HTMLScriptElement.idl \
369 html/HTMLSelectElement.idl \
370 html/HTMLStyleElement.idl \
371 html/HTMLTableCaptionElement.idl \
372 html/HTMLTableCellElement.idl \
373 html/HTMLTableColElement.idl \
374 html/HTMLTableElement.idl \
375 html/HTMLTableRowElement.idl \
376 html/HTMLTableSectionElement.idl \
377 html/HTMLTextAreaElement.idl \
378 html/HTMLTitleElement.idl \
379 html/HTMLUListElement.idl \
381 html/TextMetrics.idl \
382 inspector/JavaScriptCallFrame.idl \
383 inspector/InspectorController.idl \
386 page/Coordinates.idl \
387 page/DOMSelection.idl \
389 page/Geolocation.idl \
390 page/Geoposition.idl \
394 page/PositionError.idl \
396 page/WebKitPoint.idl \
397 page/WorkerNavigator.idl \
399 plugins/MimeType.idl \
400 plugins/PluginArray.idl \
401 plugins/MimeTypeArray.idl \
403 workers/WorkerContext.idl \
404 workers/WorkerLocation.idl \
406 xml/XMLHttpRequest.idl \
407 xml/XMLHttpRequestException.idl \
408 xml/XMLHttpRequestProgressEvent.idl \
409 xml/XMLHttpRequestUpload.idl \
410 xml/XMLSerializer.idl \
411 xml/XSLTProcessor.idl
415 bindings/js/GCController.cpp \
416 bindings/js/JSAttrCustom.cpp \
417 bindings/js/JSCDATASectionCustom.cpp \
418 bindings/js/JSCanvasRenderingContext2DCustom.cpp \
419 bindings/js/JSClipboardCustom.cpp \
420 bindings/js/JSConsoleCustom.cpp \
421 bindings/js/JSCSSRuleCustom.cpp \
422 bindings/js/JSCSSStyleDeclarationCustom.cpp \
423 bindings/js/JSCSSValueCustom.cpp \
424 bindings/js/JSCustomPositionCallback.cpp \
425 bindings/js/JSCustomPositionErrorCallback.cpp \
426 bindings/js/JSCustomVoidCallback.cpp \
427 bindings/js/JSCustomXPathNSResolver.cpp \
428 bindings/js/JSDocumentCustom.cpp \
429 bindings/js/JSDocumentFragmentCustom.cpp \
430 bindings/js/JSDOMGlobalObject.cpp \
431 bindings/js/JSDOMStringListCustom.cpp \
432 bindings/js/JSDOMWindowBase.cpp \
433 bindings/js/JSDOMWindowCustom.cpp \
434 bindings/js/JSDOMWindowShell.cpp \
435 bindings/js/JSElementCustom.cpp \
436 bindings/js/JSEventCustom.cpp \
437 bindings/js/JSEventTarget.cpp \
438 bindings/js/JSGeolocationCustom.cpp \
439 bindings/js/JSHTMLAllCollection.cpp \
440 bindings/js/JSHistoryCustom.cpp \
441 bindings/js/JSJavaScriptCallFrameCustom.cpp \
442 bindings/js/JSHTMLAppletElementCustom.cpp \
443 bindings/js/JSHTMLCollectionCustom.cpp \
444 bindings/js/JSHTMLDocumentCustom.cpp \
445 bindings/js/JSHTMLElementCustom.cpp \
446 bindings/js/JSHTMLEmbedElementCustom.cpp \
447 bindings/js/JSHTMLFormElementCustom.cpp \
448 bindings/js/JSHTMLFrameElementCustom.cpp \
449 bindings/js/JSHTMLFrameSetElementCustom.cpp \
450 bindings/js/JSHTMLIFrameElementCustom.cpp \
451 bindings/js/JSHTMLInputElementCustom.cpp \
452 bindings/js/JSHTMLObjectElementCustom.cpp \
453 bindings/js/JSHTMLOptionsCollectionCustom.cpp \
454 bindings/js/JSHTMLSelectElementCustom.cpp \
455 bindings/js/JSImageConstructor.cpp \
456 bindings/js/JSImageDataCustom.cpp \
457 bindings/js/JSInspectedObjectWrapper.cpp \
458 bindings/js/JSInspectorCallbackWrapper.cpp \
459 bindings/js/JSInspectorControllerCustom.cpp \
460 bindings/js/JSLocationCustom.cpp \
461 bindings/js/JSNamedNodeMapCustom.cpp \
462 bindings/js/JSNamedNodesCollection.cpp \
463 bindings/js/JSNavigatorCustom.cpp \
464 bindings/js/JSNodeCustom.cpp \
465 bindings/js/JSNodeFilterCondition.cpp \
466 bindings/js/JSNodeFilterCustom.cpp \
467 bindings/js/JSNodeIteratorCustom.cpp \
468 bindings/js/JSNodeListCustom.cpp \
469 bindings/js/JSOptionConstructor.cpp \
470 bindings/js/JSQuarantinedObjectWrapper.cpp \
471 bindings/js/JSRGBColor.cpp \
472 bindings/js/JSStyleSheetCustom.cpp \
473 bindings/js/JSStyleSheetListCustom.cpp \
474 bindings/js/JSTextCustom.cpp \
475 bindings/js/JSTreeWalkerCustom.cpp \
476 bindings/js/JSWebKitCSSMatrixConstructor.cpp \
477 bindings/js/JSWebKitPointConstructor.cpp \
478 bindings/js/JSXMLHttpRequestConstructor.cpp \
479 bindings/js/JSXMLHttpRequestCustom.cpp \
480 bindings/js/JSXMLHttpRequestUploadCustom.cpp \
481 bindings/js/JSXSLTProcessorConstructor.cpp \
482 bindings/js/JSXSLTProcessorCustom.cpp \
483 bindings/js/JSPluginCustom.cpp \
484 bindings/js/JSPluginArrayCustom.cpp \
485 bindings/js/JSMessageChannelConstructor.cpp \
486 bindings/js/JSMessageChannelCustom.cpp \
487 bindings/js/JSMessagePortCustom.cpp \
488 bindings/js/JSMimeTypeArrayCustom.cpp \
489 bindings/js/JSDOMBinding.cpp \
490 bindings/js/JSEventListener.cpp \
491 bindings/js/JSPluginElementFunctions.cpp \
492 bindings/js/ScriptCachedFrameData.cpp \
493 bindings/js/ScriptCallFrame.cpp \
494 bindings/js/ScriptCallStack.cpp \
495 bindings/js/ScriptController.cpp \
496 bindings/js/ScriptFunctionCall.cpp \
497 bindings/js/ScriptObject.cpp \
498 bindings/js/ScriptObjectQuarantine.cpp \
499 bindings/js/ScriptValue.cpp \
500 bindings/js/ScheduledAction.cpp \
501 bridge/IdentifierRep.cpp \
502 bridge/NP_jsobject.cpp \
503 bridge/npruntime.cpp \
504 bridge/runtime_array.cpp \
506 bridge/runtime_method.cpp \
507 bridge/runtime_object.cpp \
508 bridge/runtime_root.cpp \
509 bridge/c/c_class.cpp \
510 bridge/c/c_instance.cpp \
511 bridge/c/c_runtime.cpp \
512 bridge/c/c_utility.cpp \
513 css/CSSBorderImageValue.cpp \
514 css/CSSCanvasValue.cpp \
515 css/CSSCharsetRule.cpp \
516 css/CSSComputedStyleDeclaration.cpp \
517 css/CSSCursorImageValue.cpp \
518 css/CSSFontFace.cpp \
519 css/CSSFontFaceRule.cpp \
520 css/CSSFontFaceSrcValue.cpp \
521 css/CSSFontSelector.cpp \
522 css/CSSFontFaceSource.cpp \
523 css/CSSFunctionValue.cpp \
524 css/CSSGradientValue.cpp \
526 css/CSSImageValue.cpp \
527 css/CSSImageGeneratorValue.cpp \
528 css/CSSImportRule.cpp \
529 css/CSSInheritedValue.cpp \
530 css/CSSInitialValue.cpp \
531 css/CSSMediaRule.cpp \
532 css/CSSMutableStyleDeclaration.cpp \
533 css/CSSPageRule.cpp \
535 css/CSSParserValues.cpp \
536 css/CSSPrimitiveValue.cpp \
537 css/CSSProperty.cpp \
538 css/CSSPropertyLonghand.cpp \
539 css/CSSReflectValue.cpp \
541 css/CSSRuleList.cpp \
542 css/CSSSelector.cpp \
543 css/CSSSelectorList.cpp \
544 css/CSSSegmentedFontFace.cpp \
545 css/CSSStyleDeclaration.cpp \
546 css/CSSStyleRule.cpp \
547 css/CSSStyleSelector.cpp \
548 css/CSSStyleSheet.cpp \
549 css/CSSTimingFunctionValue.cpp \
550 css/CSSUnicodeRangeValue.cpp \
551 css/CSSValueList.cpp \
552 css/CSSVariableDependentValue.cpp \
553 css/CSSVariablesDeclaration.cpp \
554 css/CSSVariablesRule.cpp \
555 css/FontFamilyValue.cpp \
557 css/MediaFeatureNames.cpp \
560 css/MediaQueryEvaluator.cpp \
561 css/MediaQueryExp.cpp \
562 css/ShadowValue.cpp \
566 css/StyleSheetList.cpp \
567 css/WebKitCSSKeyframeRule.cpp \
568 css/WebKitCSSKeyframesRule.cpp \
569 css/WebKitCSSMatrix.cpp \
570 css/WebKitCSSTransformValue.cpp \
571 dom/ActiveDOMObject.cpp \
574 dom/BeforeTextInsertedEvent.cpp \
575 dom/BeforeUnloadEvent.cpp \
576 dom/CDATASection.cpp \
577 dom/CharacterData.cpp \
578 dom/ChildNodeList.cpp \
580 dom/ClassNodeList.cpp \
582 dom/ClientRectList.cpp \
584 dom/ClipboardEvent.cpp \
586 dom/ContainerNode.cpp \
587 dom/CSSMappedAttributeDeclaration.cpp \
589 dom/DocumentFragment.cpp \
590 dom/DocumentType.cpp \
591 dom/DOMImplementation.cpp \
592 dom/DOMStringList.cpp \
593 dom/DynamicNodeList.cpp \
594 dom/EditingText.cpp \
597 dom/EntityReference.cpp \
600 dom/EventTarget.cpp \
601 dom/ExceptionBase.cpp \
602 dom/ExceptionCode.cpp \
603 dom/FormControlElementWithState.cpp \
604 dom/FormControlElement.cpp \
605 dom/InputElement.cpp \
606 dom/KeyboardEvent.cpp \
607 dom/MappedAttribute.cpp \
608 dom/MessageChannel.cpp \
609 dom/MessageEvent.cpp \
610 dom/MessagePort.cpp \
612 dom/MouseRelatedEvent.cpp \
613 dom/MutationEvent.cpp \
614 dom/NamedAttrMap.cpp \
615 dom/NamedMappedAttrMap.cpp \
616 dom/NameNodeList.cpp \
618 dom/NodeFilterCondition.cpp \
620 dom/NodeIterator.cpp \
622 dom/OptionGroupElement.cpp \
623 dom/OptionElement.cpp \
624 dom/OverflowEvent.cpp \
626 dom/PositionIterator.cpp \
627 dom/ProcessingInstruction.cpp \
628 dom/ProgressEvent.cpp \
629 dom/QualifiedName.cpp \
631 dom/RegisteredEventListener.cpp \
632 dom/ScriptElement.cpp \
633 dom/ScriptExecutionContext.cpp \
634 dom/SelectorNodeList.cpp \
635 dom/StaticNodeList.cpp \
636 dom/StaticStringList.cpp \
637 dom/StyledElement.cpp \
638 dom/StyleElement.cpp \
639 dom/TagNodeList.cpp \
645 dom/UIEventWithKeyState.cpp \
646 dom/WebKitAnimationEvent.cpp \
647 dom/WebKitTransitionEvent.cpp \
649 dom/XMLTokenizer.cpp \
650 dom/XMLTokenizerQt.cpp \
651 editing/AppendNodeCommand.cpp \
652 editing/ApplyStyleCommand.cpp \
653 editing/BreakBlockquoteCommand.cpp \
654 editing/CompositeEditCommand.cpp \
655 editing/CreateLinkCommand.cpp \
656 editing/DeleteButtonController.cpp \
657 editing/DeleteButton.cpp \
658 editing/DeleteFromTextNodeCommand.cpp \
659 editing/DeleteSelectionCommand.cpp \
660 editing/EditCommand.cpp \
662 editing/EditorCommand.cpp \
663 editing/FormatBlockCommand.cpp \
664 editing/htmlediting.cpp \
665 editing/HTMLInterchange.cpp \
666 editing/IndentOutdentCommand.cpp \
667 editing/InsertIntoTextNodeCommand.cpp \
668 editing/InsertLineBreakCommand.cpp \
669 editing/InsertListCommand.cpp \
670 editing/InsertNodeBeforeCommand.cpp \
671 editing/InsertParagraphSeparatorCommand.cpp \
672 editing/InsertTextCommand.cpp \
673 editing/JoinTextNodesCommand.cpp \
675 editing/MergeIdenticalElementsCommand.cpp \
676 editing/ModifySelectionListLevel.cpp \
677 editing/MoveSelectionCommand.cpp \
678 editing/RemoveCSSPropertyCommand.cpp \
679 editing/RemoveFormatCommand.cpp \
680 editing/RemoveNodeCommand.cpp \
681 editing/RemoveNodePreservingChildrenCommand.cpp \
682 editing/ReplaceSelectionCommand.cpp \
683 editing/SelectionController.cpp \
684 editing/SetNodeAttributeCommand.cpp \
685 editing/SmartReplace.cpp \
686 editing/SmartReplaceICU.cpp \
687 editing/SplitElementCommand.cpp \
688 editing/SplitTextNodeCommand.cpp \
689 editing/SplitTextNodeContainingElementCommand.cpp \
690 editing/TextIterator.cpp \
691 editing/TypingCommand.cpp \
692 editing/UnlinkCommand.cpp \
693 editing/VisiblePosition.cpp \
694 editing/VisibleSelection.cpp \
695 editing/visible_units.cpp \
696 editing/WrapContentsInDummySpanCommand.cpp \
697 history/BackForwardList.cpp \
698 history/CachedFrame.cpp \
699 history/CachedPage.cpp \
700 history/HistoryItem.cpp \
701 history/PageCache.cpp \
702 html/CanvasGradient.cpp \
703 html/CanvasPattern.cpp \
704 html/CanvasPixelArray.cpp \
705 html/CanvasRenderingContext2D.cpp \
706 html/CanvasStyle.cpp \
709 html/FormDataList.cpp \
710 html/HTMLAnchorElement.cpp \
711 html/HTMLAppletElement.cpp \
712 html/HTMLAreaElement.cpp \
713 html/HTMLBaseElement.cpp \
714 html/HTMLBaseFontElement.cpp \
715 html/HTMLBlockquoteElement.cpp \
716 html/HTMLBodyElement.cpp \
717 html/HTMLBRElement.cpp \
718 html/HTMLButtonElement.cpp \
719 html/HTMLCanvasElement.cpp \
720 html/HTMLCollection.cpp \
721 html/HTMLDirectoryElement.cpp \
722 html/HTMLDivElement.cpp \
723 html/HTMLDListElement.cpp \
724 html/HTMLDocument.cpp \
725 html/HTMLElement.cpp \
726 html/HTMLEmbedElement.cpp \
727 html/HTMLFieldSetElement.cpp \
728 html/HTMLFontElement.cpp \
729 html/HTMLFormCollection.cpp \
730 html/HTMLFormElement.cpp \
731 html/HTMLFrameElementBase.cpp \
732 html/HTMLFrameElement.cpp \
733 html/HTMLFrameOwnerElement.cpp \
734 html/HTMLFrameSetElement.cpp \
735 html/HTMLFormControlElement.cpp \
736 html/HTMLHeadElement.cpp \
737 html/HTMLHeadingElement.cpp \
738 html/HTMLHRElement.cpp \
739 html/HTMLHtmlElement.cpp \
740 html/HTMLIFrameElement.cpp \
741 html/HTMLImageElement.cpp \
742 html/HTMLImageLoader.cpp \
743 html/HTMLInputElement.cpp \
744 html/HTMLIsIndexElement.cpp \
745 html/HTMLKeygenElement.cpp \
746 html/HTMLLabelElement.cpp \
747 html/HTMLLegendElement.cpp \
748 html/HTMLLIElement.cpp \
749 html/HTMLLinkElement.cpp \
750 html/HTMLMapElement.cpp \
751 html/HTMLMarqueeElement.cpp \
752 html/HTMLMenuElement.cpp \
753 html/HTMLMetaElement.cpp \
754 html/HTMLModElement.cpp \
755 html/HTMLNameCollection.cpp \
756 html/HTMLObjectElement.cpp \
757 html/HTMLOListElement.cpp \
758 html/HTMLOptGroupElement.cpp \
759 html/HTMLOptionElement.cpp \
760 html/HTMLOptionsCollection.cpp \
761 html/HTMLParagraphElement.cpp \
762 html/HTMLParamElement.cpp \
763 html/HTMLParser.cpp \
764 html/HTMLParserErrorCodes.cpp \
765 html/HTMLPlugInElement.cpp \
766 html/HTMLPlugInImageElement.cpp \
767 html/HTMLPreElement.cpp \
768 html/HTMLQuoteElement.cpp \
769 html/HTMLScriptElement.cpp \
770 html/HTMLSelectElement.cpp \
771 html/HTMLStyleElement.cpp \
772 html/HTMLTableCaptionElement.cpp \
773 html/HTMLTableCellElement.cpp \
774 html/HTMLTableColElement.cpp \
775 html/HTMLTableElement.cpp \
776 html/HTMLTablePartElement.cpp \
777 html/HTMLTableRowElement.cpp \
778 html/HTMLTableRowsCollection.cpp \
779 html/HTMLTableSectionElement.cpp \
780 html/HTMLTextAreaElement.cpp \
781 html/HTMLTitleElement.cpp \
782 html/HTMLTokenizer.cpp \
783 html/HTMLUListElement.cpp \
784 html/HTMLViewSourceDocument.cpp \
786 html/PreloadScanner.cpp \
787 inspector/ConsoleMessage.cpp \
788 inspector/InspectorDatabaseResource.cpp \
789 inspector/InspectorDOMStorageResource.cpp \
790 inspector/InspectorController.cpp \
791 inspector/InspectorResource.cpp \
792 inspector/JavaScriptCallFrame.cpp \
793 inspector/JavaScriptDebugServer.cpp \
794 inspector/JavaScriptProfile.cpp \
795 inspector/JavaScriptProfileNode.cpp \
796 loader/archive/ArchiveFactory.cpp \
797 loader/archive/ArchiveResource.cpp \
798 loader/archive/ArchiveResourceCollection.cpp \
799 loader/UserStyleSheetLoader.cpp \
801 loader/CachedCSSStyleSheet.cpp \
802 loader/CachedFont.cpp \
803 loader/CachedImage.cpp \
804 loader/CachedResourceClientWalker.cpp \
805 loader/CachedResourceHandle.cpp \
806 loader/CachedResource.cpp \
807 loader/CachedScript.cpp \
808 loader/CachedXSLStyleSheet.cpp \
809 loader/CrossOriginAccessControl.cpp \
810 loader/CrossOriginPreflightResultCache.cpp \
811 loader/DocLoader.cpp \
812 loader/DocumentLoader.cpp \
813 loader/DocumentThreadableLoader.cpp \
814 loader/FormState.cpp \
815 loader/FrameLoader.cpp \
816 loader/FTPDirectoryDocument.cpp \
817 loader/FTPDirectoryParser.cpp \
818 loader/icon/IconLoader.cpp \
819 loader/ImageDocument.cpp \
820 loader/ImageLoader.cpp \
822 loader/MainResourceLoader.cpp \
823 loader/MediaDocument.cpp \
824 loader/NavigationAction.cpp \
825 loader/NetscapePlugInStreamLoader.cpp \
826 loader/PluginDocument.cpp \
827 loader/ProgressTracker.cpp \
829 loader/ResourceLoader.cpp \
830 loader/SubresourceLoader.cpp \
831 loader/TextDocument.cpp \
832 loader/TextResourceDecoder.cpp \
833 loader/ThreadableLoader.cpp \
834 loader/WorkerThreadableLoader.cpp \
835 page/AccessibilityImageMapLink.cpp \
836 page/AccessibilityObject.cpp \
837 page/AccessibilityList.cpp \
838 page/AccessibilityListBox.cpp \
839 page/AccessibilityListBoxOption.cpp \
840 page/AccessibilityRenderObject.cpp \
841 page/AccessibilityTable.cpp \
842 page/AccessibilityTableCell.cpp \
843 page/AccessibilityTableColumn.cpp \
844 page/AccessibilityTableHeaderContainer.cpp \
845 page/AccessibilityTableRow.cpp \
846 page/animation/AnimationBase.cpp \
847 page/animation/AnimationController.cpp \
848 page/animation/CompositeAnimation.cpp \
849 page/animation/ImplicitAnimation.cpp \
850 page/animation/KeyframeAnimation.cpp \
851 page/AXObjectCache.cpp \
855 page/ContextMenuController.cpp \
856 page/Coordinates.cpp \
857 page/DOMSelection.cpp \
861 page/NavigatorBase.cpp \
862 page/DragController.cpp \
863 page/EventHandler.cpp \
864 page/FocusController.cpp \
868 page/Geolocation.cpp \
869 page/Geoposition.cpp \
872 page/MouseEventWithHitTestResults.cpp \
875 page/PrintContext.cpp \
876 page/SecurityOrigin.cpp \
879 page/WindowFeatures.cpp \
880 plugins/PluginData.cpp \
881 plugins/PluginArray.cpp \
883 plugins/PluginMainThreadScheduler.cpp \
884 plugins/MimeType.cpp \
885 plugins/MimeTypeArray.cpp \
886 platform/animation/Animation.cpp \
887 platform/animation/AnimationList.cpp \
889 platform/text/AtomicString.cpp \
890 platform/text/Base64.cpp \
891 platform/text/BidiContext.cpp \
892 platform/ContentType.cpp \
893 platform/ContextMenu.cpp \
894 platform/CrossThreadCopier.cpp \
895 platform/text/CString.cpp \
896 platform/DeprecatedPtrListImpl.cpp \
897 platform/DragData.cpp \
898 platform/DragImage.cpp \
899 platform/FileChooser.cpp \
900 platform/GeolocationService.cpp \
901 platform/graphics/FontDescription.cpp \
902 platform/graphics/FontFamily.cpp \
903 platform/graphics/BitmapImage.cpp \
904 platform/graphics/Color.cpp \
905 platform/graphics/FloatPoint3D.cpp \
906 platform/graphics/FloatPoint.cpp \
907 platform/graphics/FloatQuad.cpp \
908 platform/graphics/FloatRect.cpp \
909 platform/graphics/FloatSize.cpp \
910 platform/graphics/FontData.cpp \
911 platform/graphics/Font.cpp \
912 platform/graphics/GeneratedImage.cpp \
913 platform/graphics/Gradient.cpp \
914 platform/graphics/GraphicsContext.cpp \
915 platform/graphics/GraphicsTypes.cpp \
916 platform/graphics/Image.cpp \
917 platform/graphics/IntRect.cpp \
918 platform/graphics/Path.cpp \
919 platform/graphics/PathTraversalState.cpp \
920 platform/graphics/Pattern.cpp \
921 platform/graphics/Pen.cpp \
922 platform/graphics/SegmentedFontData.cpp \
923 platform/graphics/SimpleFontData.cpp \
924 platform/graphics/transforms/TransformationMatrix.cpp \
925 platform/graphics/transforms/MatrixTransformOperation.cpp \
926 platform/graphics/transforms/Matrix3DTransformOperation.cpp \
927 platform/graphics/transforms/PerspectiveTransformOperation.cpp \
928 platform/graphics/transforms/RotateTransformOperation.cpp \
929 platform/graphics/transforms/ScaleTransformOperation.cpp \
930 platform/graphics/transforms/SkewTransformOperation.cpp \
931 platform/graphics/transforms/TransformOperations.cpp \
932 platform/graphics/transforms/TranslateTransformOperation.cpp \
934 platform/Length.cpp \
935 platform/LinkHash.cpp \
936 platform/Logging.cpp \
937 platform/MIMETypeRegistry.cpp \
938 platform/network/AuthenticationChallengeBase.cpp \
939 platform/network/Credential.cpp \
940 platform/network/FormData.cpp \
941 platform/network/FormDataBuilder.cpp \
942 platform/network/HTTPHeaderMap.cpp \
943 platform/network/HTTPParsers.cpp \
944 platform/network/NetworkStateNotifier.cpp \
945 platform/network/ProtectionSpace.cpp \
946 platform/network/ResourceErrorBase.cpp \
947 platform/network/ResourceHandle.cpp \
948 platform/network/ResourceRequestBase.cpp \
949 platform/network/ResourceResponseBase.cpp \
950 platform/text/RegularExpression.cpp \
951 platform/Scrollbar.cpp \
952 platform/ScrollbarThemeComposite.cpp \
953 platform/ScrollView.cpp \
954 # platform/SearchPopupMenu.cpp \
955 platform/text/SegmentedString.cpp \
956 platform/SharedBuffer.cpp \
957 platform/text/String.cpp \
958 platform/text/StringBuilder.cpp \
959 platform/text/StringImpl.cpp \
960 platform/text/TextCodec.cpp \
961 platform/text/TextCodecLatin1.cpp \
962 platform/text/TextCodecUserDefined.cpp \
963 platform/text/TextCodecUTF16.cpp \
964 platform/text/TextEncoding.cpp \
965 platform/text/TextEncodingRegistry.cpp \
966 platform/text/TextStream.cpp \
967 platform/ThreadGlobalData.cpp \
968 platform/ThreadTimers.cpp \
970 platform/text/UnicodeRange.cpp \
971 platform/Widget.cpp \
972 plugins/PluginDatabase.cpp \
973 plugins/PluginInfoStore.cpp \
974 plugins/PluginPackage.cpp \
975 plugins/PluginStream.cpp \
976 plugins/PluginView.cpp \
977 rendering/AutoTableLayout.cpp \
979 rendering/break_lines.cpp \
980 rendering/CounterNode.cpp \
981 rendering/EllipsisBox.cpp \
982 rendering/FixedTableLayout.cpp \
983 rendering/HitTestResult.cpp \
984 rendering/InlineBox.cpp \
985 rendering/InlineFlowBox.cpp \
986 rendering/InlineTextBox.cpp \
987 rendering/LayoutState.cpp \
988 rendering/ListMarkerBox.cpp \
989 rendering/RenderApplet.cpp \
990 rendering/RenderArena.cpp \
991 rendering/RenderBlock.cpp \
992 rendering/RenderBox.cpp \
993 rendering/RenderBoxModelObject.cpp \
994 rendering/RenderBR.cpp \
995 rendering/RenderButton.cpp \
996 rendering/RenderCounter.cpp \
997 rendering/RenderFieldset.cpp \
998 rendering/RenderFileUploadControl.cpp \
999 rendering/RenderFlexibleBox.cpp \
1000 rendering/RenderFrame.cpp \
1001 rendering/RenderFrameSet.cpp \
1002 rendering/RenderHTMLCanvas.cpp \
1003 rendering/RenderImage.cpp \
1004 rendering/RenderImageGeneratedContent.cpp \
1005 rendering/RenderInline.cpp \
1006 rendering/RenderLayer.cpp \
1007 rendering/RenderLineBoxList.cpp \
1008 rendering/RenderListBox.cpp \
1009 rendering/RenderListItem.cpp \
1010 rendering/RenderListMarker.cpp \
1011 rendering/RenderMarquee.cpp \
1012 rendering/RenderMenuList.cpp \
1013 rendering/RenderObject.cpp \
1014 rendering/RenderObjectChildList.cpp \
1015 rendering/RenderPart.cpp \
1016 rendering/RenderPartObject.cpp \
1017 rendering/RenderReplaced.cpp \
1018 rendering/RenderReplica.cpp \
1019 rendering/RenderScrollbar.cpp \
1020 rendering/RenderScrollbarPart.cpp \
1021 rendering/RenderScrollbarTheme.cpp \
1022 rendering/RenderSlider.cpp \
1023 rendering/RenderTable.cpp \
1024 rendering/RenderTableCell.cpp \
1025 rendering/RenderTableCol.cpp \
1026 rendering/RenderTableRow.cpp \
1027 rendering/RenderTableSection.cpp \
1028 rendering/RenderText.cpp \
1029 rendering/RenderTextControl.cpp \
1030 rendering/RenderTextControlMultiLine.cpp \
1031 rendering/RenderTextControlSingleLine.cpp \
1032 rendering/RenderTextFragment.cpp \
1033 rendering/RenderTheme.cpp \
1034 rendering/RenderTreeAsText.cpp \
1035 rendering/RenderView.cpp \
1036 rendering/RenderWidget.cpp \
1037 rendering/RenderWordBreak.cpp \
1038 rendering/RootInlineBox.cpp \
1039 rendering/SVGRenderTreeAsText.cpp \
1040 rendering/ScrollBehavior.cpp \
1041 rendering/TextControlInnerElements.cpp \
1042 rendering/TransformState.cpp \
1043 rendering/style/BindingURI.cpp \
1044 rendering/style/ContentData.cpp \
1045 rendering/style/CounterDirectives.cpp \
1046 rendering/style/FillLayer.cpp \
1047 rendering/style/KeyframeList.cpp \
1048 rendering/style/NinePieceImage.cpp \
1049 rendering/style/RenderStyle.cpp \
1050 rendering/style/ShadowData.cpp \
1051 rendering/style/StyleBackgroundData.cpp \
1052 rendering/style/StyleBoxData.cpp \
1053 rendering/style/StyleCachedImage.cpp \
1054 rendering/style/StyleFlexibleBoxData.cpp \
1055 rendering/style/StyleGeneratedImage.cpp \
1056 rendering/style/StyleInheritedData.cpp \
1057 rendering/style/StyleMarqueeData.cpp \
1058 rendering/style/StyleMultiColData.cpp \
1059 rendering/style/StyleRareInheritedData.cpp \
1060 rendering/style/StyleRareNonInheritedData.cpp \
1061 rendering/style/StyleSurroundData.cpp \
1062 rendering/style/StyleTransformData.cpp \
1063 rendering/style/StyleVisualData.cpp \
1065 xml/NativeXPathNSResolver.cpp \
1066 xml/XMLHttpRequest.cpp \
1067 xml/XMLHttpRequestUpload.cpp \
1068 xml/XMLSerializer.cpp \
1069 xml/XPathEvaluator.cpp \
1070 xml/XPathExpression.cpp \
1071 xml/XPathExpressionNode.cpp \
1072 xml/XPathFunctions.cpp \
1073 xml/XPathNamespace.cpp \
1074 xml/XPathNodeSet.cpp \
1075 xml/XPathNSResolver.cpp \
1076 xml/XPathParser.cpp \
1078 xml/XPathPredicate.cpp \
1079 xml/XPathResult.cpp \
1082 xml/XPathValue.cpp \
1083 xml/XPathVariableReference.cpp \
1084 xml/XSLImportRule.cpp \
1085 xml/XSLStyleSheet.cpp \
1086 xml/XSLTExtensions.cpp \
1087 xml/XSLTUnicodeSort.cpp \
1088 xml/XSLTProcessor.cpp
1091 $$PWD/platform/graphics/qt/StillImageQt.h \
1092 $$PWD/platform/qt/QWebPopup.h \
1093 $$PWD/platform/qt/MenuEventProxy.h \
1094 $$PWD/../WebKit/qt/Api/qwebpluginfactory.h \
1095 $$PWD/../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h \
1096 $$PWD/platform/network/qt/QNetworkReplyHandler.h \
1097 $$PWD/rendering/style/CursorData.h \
1098 $$PWD/rendering/style/CursorList.h \
1099 $$PWD/rendering/style/StyleInheritedData.h \
1100 $$PWD/rendering/style/StyleRareInheritedData.h \
1101 $$PWD/rendering/style/StyleRareNonInheritedData.h \
1102 $$PWD/rendering/style/StyleReflection.h \
1103 $$PWD/../WebKit/qt/Api/qwebsecurityorigin.h \
1104 $$PWD/../WebKit/qt/Api/qwebdatabase.h
1108 bindings/js/ScriptControllerQt.cpp \
1109 bridge/qt/qt_class.cpp \
1110 bridge/qt/qt_instance.cpp \
1111 bridge/qt/qt_runtime.cpp \
1112 page/qt/AccessibilityObjectQt.cpp \
1113 page/qt/DragControllerQt.cpp \
1114 page/qt/EventHandlerQt.cpp \
1115 page/qt/FrameQt.cpp \
1116 platform/graphics/qt/TransformationMatrixQt.cpp \
1117 platform/graphics/qt/ColorQt.cpp \
1118 platform/graphics/qt/FontQt.cpp \
1119 platform/graphics/qt/FontQt43.cpp \
1120 platform/graphics/qt/FontPlatformDataQt.cpp \
1121 platform/graphics/qt/FloatPointQt.cpp \
1122 platform/graphics/qt/FloatRectQt.cpp \
1123 platform/graphics/qt/GradientQt.cpp \
1124 platform/graphics/qt/GraphicsContextQt.cpp \
1125 platform/graphics/qt/IconQt.cpp \
1126 platform/graphics/qt/ImageBufferQt.cpp \
1127 platform/graphics/qt/ImageDecoderQt.cpp \
1128 platform/graphics/qt/ImageQt.cpp \
1129 platform/graphics/qt/ImageSourceQt.cpp \
1130 platform/graphics/qt/IntPointQt.cpp \
1131 platform/graphics/qt/IntRectQt.cpp \
1132 platform/graphics/qt/IntSizeQt.cpp \
1133 platform/graphics/qt/PathQt.cpp \
1134 platform/graphics/qt/PatternQt.cpp \
1135 platform/graphics/qt/StillImageQt.cpp \
1136 platform/network/qt/ResourceHandleQt.cpp \
1137 platform/network/qt/ResourceRequestQt.cpp \
1138 platform/network/qt/QNetworkReplyHandler.cpp \
1139 editing/qt/EditorQt.cpp \
1140 platform/qt/ClipboardQt.cpp \
1141 platform/qt/ContextMenuItemQt.cpp \
1142 platform/qt/ContextMenuQt.cpp \
1143 platform/qt/CookieJarQt.cpp \
1144 platform/qt/CursorQt.cpp \
1145 platform/qt/DragDataQt.cpp \
1146 platform/qt/DragImageQt.cpp \
1147 platform/qt/EventLoopQt.cpp \
1148 platform/qt/FileChooserQt.cpp \
1149 platform/qt/FileSystemQt.cpp \
1150 platform/qt/SharedBufferQt.cpp \
1151 platform/graphics/qt/FontCacheQt.cpp \
1152 platform/graphics/qt/FontCustomPlatformData.cpp \
1153 platform/graphics/qt/FontFallbackListQt.cpp \
1154 platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
1155 platform/graphics/qt/SimpleFontDataQt.cpp \
1156 platform/qt/KURLQt.cpp \
1157 platform/qt/Localizations.cpp \
1158 platform/qt/MIMETypeRegistryQt.cpp \
1159 platform/qt/PasteboardQt.cpp \
1160 platform/qt/PlatformKeyboardEventQt.cpp \
1161 platform/qt/PlatformMouseEventQt.cpp \
1162 platform/qt/PlatformScreenQt.cpp \
1163 platform/qt/PopupMenuQt.cpp \
1164 platform/qt/QWebPopup.cpp \
1165 platform/qt/RenderThemeQt.cpp \
1166 platform/qt/ScrollbarQt.cpp \
1167 platform/qt/ScrollbarThemeQt.cpp \
1168 platform/qt/ScrollViewQt.cpp \
1169 platform/qt/SearchPopupMenuQt.cpp \
1170 platform/qt/SharedTimerQt.cpp \
1171 platform/qt/SoundQt.cpp \
1172 platform/qt/LoggingQt.cpp \
1173 platform/text/qt/StringQt.cpp \
1174 platform/qt/TemporaryLinkStubs.cpp \
1175 platform/text/qt/TextBoundaries.cpp \
1176 platform/text/qt/TextBreakIteratorQt.cpp \
1177 platform/text/qt/TextCodecQt.cpp \
1178 platform/qt/WheelEventQt.cpp \
1179 platform/qt/WidgetQt.cpp \
1180 plugins/qt/PluginDataQt.cpp \
1181 ../WebKit/qt/WebCoreSupport/ChromeClientQt.cpp \
1182 ../WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp \
1183 ../WebKit/qt/WebCoreSupport/DragClientQt.cpp \
1184 ../WebKit/qt/WebCoreSupport/EditorClientQt.cpp \
1185 ../WebKit/qt/WebCoreSupport/EditCommandQt.cpp \
1186 ../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp \
1187 ../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp \
1188 ../WebKit/qt/Api/qwebframe.cpp \
1189 ../WebKit/qt/Api/qwebpage.cpp \
1190 ../WebKit/qt/Api/qwebview.cpp \
1191 ../WebKit/qt/Api/qwebhistory.cpp \
1192 ../WebKit/qt/Api/qwebsettings.cpp \
1193 ../WebKit/qt/Api/qwebhistoryinterface.cpp \
1194 ../WebKit/qt/Api/qwebpluginfactory.cpp \
1195 ../WebKit/qt/Api/qwebsecurityorigin.cpp \
1196 ../WebKit/qt/Api/qwebdatabase.cpp
1199 win32-*|wince*: SOURCES += platform/win/SystemTimeWin.cpp
1203 platform/text/cf/StringCF.cpp \
1204 platform/text/cf/StringImplCF.cpp
1212 wince*: LIBS += -lmmtimer
1214 # Files belonging to the Qt 4.3 build
1215 lessThan(QT_MINOR_VERSION, 4) {
1217 $$PWD/../WebKit/qt/Api/qwebnetworkinterface.h \
1218 $$PWD/../WebKit/qt/Api/qwebnetworkinterface_p.h \
1219 $$PWD/../WebKit/qt/Api/qcookiejar.h
1222 ../WebKit/qt/Api/qwebnetworkinterface.cpp \
1223 ../WebKit/qt/Api/qcookiejar.cpp
1225 DEFINES += QT_BEGIN_NAMESPACE="" QT_END_NAMESPACE=""
1228 contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
1230 SOURCES += plugins/npapi.cpp
1235 plugins/mac/PluginPackageMac.cpp \
1236 plugins/mac/PluginViewMac.cpp
1237 OBJECTIVE_SOURCES += \
1238 platform/text/mac/StringImplMac.mm \
1239 platform/mac/WebCoreNSStringExtras.mm
1240 INCLUDEPATH += platform/mac
1241 # Note: XP_MACOSX is defined in npapi.h
1243 !embedded: CONFIG += x11
1245 plugins/qt/PluginPackageQt.cpp \
1246 plugins/qt/PluginViewQt.cpp
1252 INCLUDEPATH += $$PWD/plugins/win
1254 SOURCES += page/win/PageWin.cpp \
1255 plugins/win/PluginDatabaseWin.cpp \
1256 plugins/win/PluginPackageWin.cpp \
1257 plugins/win/PluginMessageThrottlerWin.cpp \
1258 plugins/win/PluginViewWin.cpp
1271 contains(DEFINES, ENABLE_DASHBOARD_SUPPORT=0) {
1272 DASHBOARDSUPPORTCSSPROPERTIES -= $$PWD/css/DashboardSupportCSSPropertyNames.in
1275 contains(DEFINES, ENABLE_DATABASE=1) {
1276 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DATABASE=1
1278 # somewhat copied from src/plugins/sqldrivers/sqlite/sqlite.pro
1279 CONFIG(QTDIR_build):system-sqlite {
1280 LIBS *= $$QT_LFLAGS_SQLITE
1281 QMAKE_CXXFLAGS *= $$QT_CFLAGS_SQLITE
1283 exists( $${SQLITE3SRCDIR}/sqlite3.c ) {
1284 # we have source - use it
1285 CONFIG(release, debug|release):DEFINES *= NDEBUG
1286 DEFINES += SQLITE_CORE SQLITE_OMIT_LOAD_EXTENSION SQLITE_OMIT_COMPLETE
1287 INCLUDEPATH += $${SQLITE3SRCDIR}
1288 SOURCES += $${SQLITE3SRCDIR}/sqlite3.c
1290 # fall back to platform library
1291 INCLUDEPATH += $$[QT_INSTALL_PREFIX]/src/3rdparty/sqlite/
1297 platform/sql/SQLiteAuthorizer.cpp \
1298 platform/sql/SQLiteDatabase.cpp \
1299 platform/sql/SQLiteStatement.cpp \
1300 platform/sql/SQLiteTransaction.cpp \
1301 platform/sql/SQLValue.cpp \
1302 storage/ChangeVersionWrapper.cpp \
1303 storage/DatabaseAuthorizer.cpp \
1304 storage/Database.cpp \
1305 storage/DatabaseTask.cpp \
1306 storage/DatabaseThread.cpp \
1307 storage/DatabaseTracker.cpp \
1308 storage/LocalStorage.cpp \
1309 storage/LocalStorageArea.cpp \
1310 storage/LocalStorageTask.cpp \
1311 storage/LocalStorageThread.cpp \
1312 storage/OriginQuotaManager.cpp \
1313 storage/OriginUsageRecord.cpp \
1314 storage/StorageArea.cpp \
1315 storage/StorageMap.cpp \
1316 storage/SQLResultSet.cpp \
1317 storage/SQLResultSetRowList.cpp \
1318 storage/SQLStatement.cpp \
1319 storage/SQLTransaction.cpp \
1320 bindings/js/JSCustomSQLStatementCallback.cpp \
1321 bindings/js/JSCustomSQLStatementErrorCallback.cpp \
1322 bindings/js/JSCustomSQLTransactionCallback.cpp \
1323 bindings/js/JSCustomSQLTransactionErrorCallback.cpp \
1324 bindings/js/JSDatabaseCustom.cpp \
1325 bindings/js/JSSQLResultSetRowListCustom.cpp \
1326 bindings/js/JSSQLTransactionCustom.cpp
1329 storage/Database.idl \
1330 storage/SQLError.idl \
1331 storage/SQLResultSet.idl \
1332 storage/SQLResultSetRowList.idl \
1333 storage/SQLTransaction.idl
1336 contains(DEFINES, ENABLE_DOM_STORAGE=1) {
1337 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DOM_STORAGE=1
1341 storage/StorageEvent.h \
1342 storage/SessionStorage.h \
1343 storage/SessionStorageArea.h
1346 storage/Storage.cpp \
1347 storage/StorageEvent.cpp \
1348 storage/SessionStorage.cpp \
1349 storage/SessionStorageArea.cpp \
1350 bindings/js/JSStorageCustom.cpp
1353 storage/Storage.idl \
1354 storage/StorageEvent.idl
1357 contains(DEFINES, ENABLE_ICONDATABASE=1) {
1359 loader/icon/IconDatabase.cpp \
1360 loader/icon/IconRecord.cpp \
1361 loader/icon/PageURLRecord.cpp
1364 loader/icon/IconDatabaseNone.cpp
1367 contains(DEFINES, ENABLE_VIDEO=1) {
1368 FEATURE_DEFINES_JAVASCRIPT += ENABLE_VIDEO=1
1371 html/HTMLAudioElement.idl \
1372 html/HTMLMediaElement.idl \
1373 html/HTMLSourceElement.idl \
1374 html/HTMLVideoElement.idl \
1375 html/MediaError.idl \
1376 html/TimeRanges.idl \
1377 html/VoidCallback.idl
1380 html/HTMLAudioElement.cpp \
1381 html/HTMLMediaElement.cpp \
1382 html/HTMLSourceElement.cpp \
1383 html/HTMLVideoElement.cpp \
1384 html/TimeRanges.cpp \
1385 platform/graphics/MediaPlayer.cpp \
1386 rendering/MediaControlElements.cpp \
1387 rendering/RenderVideo.cpp \
1388 rendering/RenderMedia.cpp \
1389 bindings/js/JSAudioConstructor.cpp
1392 platform/graphics/qt/MediaPlayerPrivatePhonon.h
1395 platform/graphics/qt/MediaPlayerPrivatePhonon.cpp
1397 # Add phonon manually to prevent it from coming first in
1398 # the include paths, as Phonon's path.h conflicts with
1399 # WebCore's Path.h on case-insensitive filesystems.
1400 qtAddLibrary(phonon)
1401 INCLUDEPATH -= $$QMAKE_INCDIR_QT/phonon
1402 INCLUDEPATH += $$QMAKE_INCDIR_QT/phonon
1404 INCLUDEPATH -= $$QMAKE_LIBDIR_QT/phonon.framework/Headers
1405 INCLUDEPATH += $$QMAKE_LIBDIR_QT/phonon.framework/Headers
1410 contains(DEFINES, ENABLE_XPATH=1) {
1411 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XPATH=1
1413 XPATHBISON = $$PWD/xml/XPathGrammar.y
1416 xml/XPathNSResolver.idl \
1417 xml/XPathException.idl \
1418 xml/XPathExpression.idl \
1419 xml/XPathResult.idl \
1420 xml/XPathEvaluator.idl
1423 unix:!mac:CONFIG += link_pkgconfig
1425 contains(DEFINES, ENABLE_XSLT=1) {
1426 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XSLT=1
1427 PKGCONFIG += libxml-2.0 libxslt
1430 INCLUDEPATH += /usr/include/libxml2
1431 LIBS += -lxml2 -lxslt
1435 LIBS += -llibxml2 -llibxslt
1439 contains(DEFINES, ENABLE_XBL=1) {
1440 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XBL=1
1443 contains(DEFINES, ENABLE_WML=1) {
1445 wml/WMLAElement.cpp \
1446 wml/WMLAccessElement.cpp \
1447 wml/WMLAnchorElement.cpp \
1448 wml/WMLBRElement.cpp \
1449 wml/WMLCardElement.cpp \
1450 wml/WMLDoElement.cpp \
1451 wml/WMLDocument.cpp \
1452 wml/WMLElement.cpp \
1453 wml/WMLErrorHandling.cpp \
1454 wml/WMLEventHandlingElement.cpp \
1455 wml/WMLFormControlElement.cpp \
1456 wml/WMLFieldSetElement.cpp \
1457 wml/WMLGoElement.cpp \
1458 wml/WMLImageElement.cpp \
1459 wml/WMLImageLoader.cpp \
1460 wml/WMLInputElement.cpp \
1461 wml/WMLInsertedLegendElement.cpp \
1462 wml/WMLIntrinsicEvent.cpp \
1463 wml/WMLIntrinsicEventHandler.cpp \
1464 wml/WMLMetaElement.cpp \
1465 wml/WMLNoopElement.cpp \
1466 wml/WMLOnEventElement.cpp \
1467 wml/WMLPElement.cpp \
1468 wml/WMLOptGroupElement.cpp \
1469 wml/WMLOptionElement.cpp \
1470 wml/WMLPageState.cpp \
1471 wml/WMLPostfieldElement.cpp \
1472 wml/WMLPrevElement.cpp \
1473 wml/WMLRefreshElement.cpp \
1474 wml/WMLSetvarElement.cpp \
1475 wml/WMLTableElement.cpp \
1476 wml/WMLTaskElement.cpp \
1477 wml/WMLTemplateElement.cpp \
1478 wml/WMLTimerElement.cpp \
1479 wml/WMLVariables.cpp
1481 FEATURE_DEFINES_JAVASCRIPT += ENABLE_WML=1
1483 WML_NAMES = $$PWD/wml/WMLTagNames.in
1485 wmlnames_a.output = $$GENERATED_SOURCES_DIR/WMLNames.cpp
1486 wmlnames_a.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --tags $$PWD/wml/WMLTagNames.in --attrs $$PWD/wml/WMLAttributeNames.in --extraDefines \"$${DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outputDir $$GENERATED_SOURCES_DIR
1487 wmlnames_a.input = WML_NAMES
1488 wmlnames_a.dependency_type = TYPE_C
1489 wmlnames_a.CONFIG = target_predeps
1490 wmlnames_a.variable_out = GENERATED_SOURCES
1491 addExtraCompilerWithHeader(wmlnames_a)
1492 wmlnames_b.output = $$GENERATED_SOURCES_DIR/WMLElementFactory.cpp
1493 wmlnames_b.commands = @echo -n ''
1494 wmlnames_b.input = SVG_NAMES
1495 wmlnames_b.depends = $$GENERATED_SOURCES_DIR/WMLNames.cpp
1496 wmlnames_b.CONFIG = target_predeps
1497 wmlnames_b.variable_out = GENERATED_SOURCES
1498 addExtraCompilerWithHeader(wmlnames_b)
1501 contains(DEFINES, ENABLE_SVG=1) {
1502 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG=1
1504 SVG_NAMES = $$PWD/svg/svgtags.in
1506 XLINK_NAMES = $$PWD/svg/xlinkattrs.in
1509 svg/SVGZoomEvent.idl \
1510 svg/SVGAElement.idl \
1511 svg/SVGAltGlyphElement.idl \
1513 svg/SVGAnimateColorElement.idl \
1514 svg/SVGAnimatedAngle.idl \
1515 svg/SVGAnimatedBoolean.idl \
1516 svg/SVGAnimatedEnumeration.idl \
1517 svg/SVGAnimatedInteger.idl \
1518 svg/SVGAnimatedLength.idl \
1519 svg/SVGAnimatedLengthList.idl \
1520 svg/SVGAnimatedNumber.idl \
1521 svg/SVGAnimatedNumberList.idl \
1522 svg/SVGAnimatedPreserveAspectRatio.idl \
1523 svg/SVGAnimatedRect.idl \
1524 svg/SVGAnimatedString.idl \
1525 svg/SVGAnimatedTransformList.idl \
1526 svg/SVGAnimateElement.idl \
1527 svg/SVGAnimateTransformElement.idl \
1528 svg/SVGAnimationElement.idl \
1529 svg/SVGCircleElement.idl \
1530 svg/SVGClipPathElement.idl \
1532 svg/SVGComponentTransferFunctionElement.idl \
1533 svg/SVGCursorElement.idl \
1534 svg/SVGDefinitionSrcElement.idl \
1535 svg/SVGDefsElement.idl \
1536 svg/SVGDescElement.idl \
1537 svg/SVGDocument.idl \
1538 svg/SVGElement.idl \
1539 svg/SVGElementInstance.idl \
1540 svg/SVGElementInstanceList.idl \
1541 svg/SVGEllipseElement.idl \
1542 svg/SVGException.idl \
1543 svg/SVGFEBlendElement.idl \
1544 svg/SVGFEColorMatrixElement.idl \
1545 svg/SVGFEComponentTransferElement.idl \
1546 svg/SVGFECompositeElement.idl \
1547 svg/SVGFEDiffuseLightingElement.idl \
1548 svg/SVGFEDisplacementMapElement.idl \
1549 svg/SVGFEDistantLightElement.idl \
1550 svg/SVGFEFloodElement.idl \
1551 svg/SVGFEFuncAElement.idl \
1552 svg/SVGFEFuncBElement.idl \
1553 svg/SVGFEFuncGElement.idl \
1554 svg/SVGFEFuncRElement.idl \
1555 svg/SVGFEGaussianBlurElement.idl \
1556 svg/SVGFEImageElement.idl \
1557 svg/SVGFEMergeElement.idl \
1558 svg/SVGFEMergeNodeElement.idl \
1559 svg/SVGFEOffsetElement.idl \
1560 svg/SVGFEPointLightElement.idl \
1561 svg/SVGFESpecularLightingElement.idl \
1562 svg/SVGFESpotLightElement.idl \
1563 svg/SVGFETileElement.idl \
1564 svg/SVGFETurbulenceElement.idl \
1565 svg/SVGFilterElement.idl \
1566 svg/SVGFontElement.idl \
1567 svg/SVGFontFaceElement.idl \
1568 svg/SVGFontFaceFormatElement.idl \
1569 svg/SVGFontFaceNameElement.idl \
1570 svg/SVGFontFaceSrcElement.idl \
1571 svg/SVGFontFaceUriElement.idl \
1572 svg/SVGForeignObjectElement.idl \
1573 svg/SVGGElement.idl \
1574 svg/SVGGlyphElement.idl \
1575 svg/SVGGradientElement.idl \
1576 svg/SVGHKernElement.idl \
1577 svg/SVGImageElement.idl \
1579 svg/SVGLengthList.idl \
1580 svg/SVGLinearGradientElement.idl \
1581 svg/SVGLineElement.idl \
1582 svg/SVGMarkerElement.idl \
1583 svg/SVGMaskElement.idl \
1585 svg/SVGMetadataElement.idl \
1586 svg/SVGMissingGlyphElement.idl \
1588 svg/SVGNumberList.idl \
1590 svg/SVGPathElement.idl \
1591 svg/SVGPathSegArcAbs.idl \
1592 svg/SVGPathSegArcRel.idl \
1593 svg/SVGPathSegClosePath.idl \
1594 svg/SVGPathSegCurvetoCubicAbs.idl \
1595 svg/SVGPathSegCurvetoCubicRel.idl \
1596 svg/SVGPathSegCurvetoCubicSmoothAbs.idl \
1597 svg/SVGPathSegCurvetoCubicSmoothRel.idl \
1598 svg/SVGPathSegCurvetoQuadraticAbs.idl \
1599 svg/SVGPathSegCurvetoQuadraticRel.idl \
1600 svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl \
1601 svg/SVGPathSegCurvetoQuadraticSmoothRel.idl \
1602 svg/SVGPathSeg.idl \
1603 svg/SVGPathSegLinetoAbs.idl \
1604 svg/SVGPathSegLinetoHorizontalAbs.idl \
1605 svg/SVGPathSegLinetoHorizontalRel.idl \
1606 svg/SVGPathSegLinetoRel.idl \
1607 svg/SVGPathSegLinetoVerticalAbs.idl \
1608 svg/SVGPathSegLinetoVerticalRel.idl \
1609 svg/SVGPathSegList.idl \
1610 svg/SVGPathSegMovetoAbs.idl \
1611 svg/SVGPathSegMovetoRel.idl \
1612 svg/SVGPatternElement.idl \
1614 svg/SVGPointList.idl \
1615 svg/SVGPolygonElement.idl \
1616 svg/SVGPolylineElement.idl \
1617 svg/SVGPreserveAspectRatio.idl \
1618 svg/SVGRadialGradientElement.idl \
1619 svg/SVGRectElement.idl \
1621 svg/SVGRenderingIntent.idl \
1622 svg/SVGScriptElement.idl \
1623 svg/SVGSetElement.idl \
1624 svg/SVGStopElement.idl \
1625 svg/SVGStringList.idl \
1626 svg/SVGStyleElement.idl \
1627 svg/SVGSVGElement.idl \
1628 svg/SVGSwitchElement.idl \
1629 svg/SVGSymbolElement.idl \
1630 svg/SVGTextContentElement.idl \
1631 svg/SVGTextElement.idl \
1632 svg/SVGTextPathElement.idl \
1633 svg/SVGTextPositioningElement.idl \
1634 svg/SVGTitleElement.idl \
1635 svg/SVGTransform.idl \
1636 svg/SVGTransformList.idl \
1637 svg/SVGTRefElement.idl \
1638 svg/SVGTSpanElement.idl \
1639 svg/SVGUnitTypes.idl \
1640 svg/SVGUseElement.idl \
1641 svg/SVGViewElement.idl
1644 # TODO: this-one-is-not-auto-added! FIXME! tmp/SVGElementFactory.cpp \
1645 bindings/js/JSSVGElementInstanceCustom.cpp \
1646 bindings/js/JSSVGLengthCustom.cpp \
1647 bindings/js/JSSVGMatrixCustom.cpp \
1648 bindings/js/JSSVGPathSegCustom.cpp \
1649 bindings/js/JSSVGPathSegListCustom.cpp \
1650 bindings/js/JSSVGPointListCustom.cpp \
1651 bindings/js/JSSVGTransformListCustom.cpp \
1652 css/SVGCSSComputedStyleDeclaration.cpp \
1653 css/SVGCSSParser.cpp \
1654 css/SVGCSSStyleSelector.cpp \
1655 rendering/style/SVGRenderStyle.cpp \
1656 rendering/style/SVGRenderStyleDefs.cpp \
1657 svg/SVGZoomEvent.cpp \
1658 rendering/PointerEventsHitRules.cpp \
1659 svg/FilterEffect.cpp \
1660 svg/SVGDocumentExtensions.cpp \
1661 svg/SVGImageLoader.cpp \
1662 svg/ColorDistance.cpp \
1663 svg/SVGAElement.cpp \
1664 svg/SVGAltGlyphElement.cpp \
1666 svg/SVGAnimateColorElement.cpp \
1667 svg/SVGAnimatedPathData.cpp \
1668 svg/SVGAnimatedPoints.cpp \
1669 svg/SVGAnimateElement.cpp \
1670 svg/SVGAnimateMotionElement.cpp \
1671 svg/SVGAnimateTransformElement.cpp \
1672 svg/SVGAnimationElement.cpp \
1673 svg/SVGCircleElement.cpp \
1674 svg/SVGClipPathElement.cpp \
1676 svg/SVGComponentTransferFunctionElement.cpp \
1677 svg/SVGCursorElement.cpp \
1678 svg/SVGDefinitionSrcElement.cpp \
1679 svg/SVGDefsElement.cpp \
1680 svg/SVGDescElement.cpp \
1681 svg/SVGDocument.cpp \
1682 svg/SVGElement.cpp \
1683 svg/SVGElementInstance.cpp \
1684 svg/SVGElementInstanceList.cpp \
1685 svg/SVGEllipseElement.cpp \
1686 svg/SVGExternalResourcesRequired.cpp \
1687 svg/SVGFEBlendElement.cpp \
1688 svg/SVGFEColorMatrixElement.cpp \
1689 svg/SVGFEComponentTransferElement.cpp \
1690 svg/SVGFECompositeElement.cpp \
1691 svg/SVGFEDiffuseLightingElement.cpp \
1692 svg/SVGFEDisplacementMapElement.cpp \
1693 svg/SVGFEDistantLightElement.cpp \
1694 svg/SVGFEFloodElement.cpp \
1695 svg/SVGFEFuncAElement.cpp \
1696 svg/SVGFEFuncBElement.cpp \
1697 svg/SVGFEFuncGElement.cpp \
1698 svg/SVGFEFuncRElement.cpp \
1699 svg/SVGFEGaussianBlurElement.cpp \
1700 svg/SVGFEImageElement.cpp \
1701 svg/SVGFELightElement.cpp \
1702 svg/SVGFEMergeElement.cpp \
1703 svg/SVGFEMergeNodeElement.cpp \
1704 svg/SVGFEOffsetElement.cpp \
1705 svg/SVGFEPointLightElement.cpp \
1706 svg/SVGFESpecularLightingElement.cpp \
1707 svg/SVGFESpotLightElement.cpp \
1708 svg/SVGFETileElement.cpp \
1709 svg/SVGFETurbulenceElement.cpp \
1710 svg/SVGFilterElement.cpp \
1711 svg/SVGFilterPrimitiveStandardAttributes.cpp \
1712 svg/SVGFitToViewBox.cpp \
1714 svg/SVGFontData.cpp \
1715 svg/SVGFontElement.cpp \
1716 svg/SVGFontFaceElement.cpp \
1717 svg/SVGFontFaceFormatElement.cpp \
1718 svg/SVGFontFaceNameElement.cpp \
1719 svg/SVGFontFaceSrcElement.cpp \
1720 svg/SVGFontFaceUriElement.cpp \
1721 svg/SVGForeignObjectElement.cpp \
1722 svg/SVGGElement.cpp \
1723 svg/SVGGlyphElement.cpp \
1724 svg/SVGGradientElement.cpp \
1725 svg/SVGHKernElement.cpp \
1726 svg/SVGImageElement.cpp \
1727 svg/SVGLangSpace.cpp \
1729 svg/SVGLengthList.cpp \
1730 svg/SVGLinearGradientElement.cpp \
1731 svg/SVGLineElement.cpp \
1732 svg/SVGLocatable.cpp \
1733 svg/SVGMarkerElement.cpp \
1734 svg/SVGMaskElement.cpp \
1735 svg/SVGMetadataElement.cpp \
1736 svg/SVGMissingGlyphElement.cpp \
1737 svg/SVGMPathElement.cpp \
1738 svg/SVGNumberList.cpp \
1740 svg/SVGParserUtilities.cpp \
1741 svg/SVGPathElement.cpp \
1742 svg/SVGPathSegArc.cpp \
1743 svg/SVGPathSegClosePath.cpp \
1744 svg/SVGPathSegCurvetoCubic.cpp \
1745 svg/SVGPathSegCurvetoCubicSmooth.cpp \
1746 svg/SVGPathSegCurvetoQuadratic.cpp \
1747 svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
1748 svg/SVGPathSegLineto.cpp \
1749 svg/SVGPathSegLinetoHorizontal.cpp \
1750 svg/SVGPathSegLinetoVertical.cpp \
1751 svg/SVGPathSegList.cpp \
1752 svg/SVGPathSegMoveto.cpp \
1753 svg/SVGPatternElement.cpp \
1754 svg/SVGPointList.cpp \
1755 svg/SVGPolyElement.cpp \
1756 svg/SVGPolygonElement.cpp \
1757 svg/SVGPolylineElement.cpp \
1758 svg/SVGPreserveAspectRatio.cpp \
1759 svg/SVGRadialGradientElement.cpp \
1760 svg/SVGRectElement.cpp \
1761 svg/SVGScriptElement.cpp \
1762 svg/SVGSetElement.cpp \
1763 svg/SVGStopElement.cpp \
1764 svg/SVGStringList.cpp \
1765 svg/SVGStylable.cpp \
1766 svg/SVGStyledElement.cpp \
1767 svg/SVGStyledLocatableElement.cpp \
1768 svg/SVGStyledTransformableElement.cpp \
1769 svg/SVGStyleElement.cpp \
1770 svg/SVGSVGElement.cpp \
1771 svg/SVGSwitchElement.cpp \
1772 svg/SVGSymbolElement.cpp \
1774 svg/SVGTextContentElement.cpp \
1775 svg/SVGTextElement.cpp \
1776 svg/SVGTextPathElement.cpp \
1777 svg/SVGTextPositioningElement.cpp \
1778 svg/SVGTitleElement.cpp \
1779 svg/SVGTransformable.cpp \
1780 svg/SVGTransform.cpp \
1781 svg/SVGTransformDistance.cpp \
1782 svg/SVGTransformList.cpp \
1783 svg/SVGTRefElement.cpp \
1784 svg/SVGTSpanElement.cpp \
1785 svg/SVGURIReference.cpp \
1786 svg/SVGUseElement.cpp \
1787 svg/SVGViewElement.cpp \
1788 svg/SVGViewSpec.cpp \
1789 svg/SVGZoomAndPan.cpp \
1790 svg/animation/SMILTime.cpp \
1791 svg/animation/SMILTimeContainer.cpp \
1792 svg/animation/SVGSMILElement.cpp \
1793 platform/graphics/filters/FEBlend.cpp \
1794 platform/graphics/filters/FEColorMatrix.cpp \
1795 platform/graphics/filters/FEComponentTransfer.cpp \
1796 platform/graphics/filters/FEComposite.cpp \
1797 svg/graphics/filters/SVGFEConvolveMatrix.cpp \
1798 svg/graphics/filters/SVGFEDiffuseLighting.cpp \
1799 svg/graphics/filters/SVGFEDisplacementMap.cpp \
1800 svg/graphics/filters/SVGFEFlood.cpp \
1801 svg/graphics/filters/SVGFEGaussianBlur.cpp \
1802 svg/graphics/filters/SVGFEImage.cpp \
1803 svg/graphics/filters/SVGFEMerge.cpp \
1804 svg/graphics/filters/SVGFEMorphology.cpp \
1805 svg/graphics/filters/SVGFEOffset.cpp \
1806 svg/graphics/filters/SVGFESpecularLighting.cpp \
1807 svg/graphics/filters/SVGFETile.cpp \
1808 svg/graphics/filters/SVGFETurbulence.cpp \
1809 svg/graphics/filters/SVGFilterEffect.cpp \
1810 svg/graphics/filters/SVGLightSource.cpp \
1811 svg/graphics/SVGImage.cpp \
1812 svg/graphics/SVGPaintServer.cpp \
1813 svg/graphics/SVGPaintServerGradient.cpp \
1814 svg/graphics/SVGPaintServerLinearGradient.cpp \
1815 svg/graphics/SVGPaintServerPattern.cpp \
1816 svg/graphics/SVGPaintServerRadialGradient.cpp \
1817 svg/graphics/SVGPaintServerSolid.cpp \
1818 svg/graphics/SVGResourceClipper.cpp \
1819 svg/graphics/SVGResource.cpp \
1820 svg/graphics/SVGResourceFilter.cpp \
1821 svg/graphics/SVGResourceMarker.cpp \
1822 svg/graphics/SVGResourceMasker.cpp \
1823 rendering/RenderForeignObject.cpp \
1824 rendering/RenderPath.cpp \
1825 rendering/RenderSVGBlock.cpp \
1826 rendering/RenderSVGContainer.cpp \
1827 rendering/RenderSVGGradientStop.cpp \
1828 rendering/RenderSVGHiddenContainer.cpp \
1829 rendering/RenderSVGImage.cpp \
1830 rendering/RenderSVGInline.cpp \
1831 rendering/RenderSVGInlineText.cpp \
1832 rendering/RenderSVGRoot.cpp \
1833 rendering/RenderSVGText.cpp \
1834 rendering/RenderSVGTextPath.cpp \
1835 rendering/RenderSVGTransformableContainer.cpp \
1836 rendering/RenderSVGTSpan.cpp \
1837 rendering/RenderSVGViewportContainer.cpp \
1838 rendering/SVGCharacterLayoutInfo.cpp \
1839 rendering/SVGInlineFlowBox.cpp \
1840 rendering/SVGInlineTextBox.cpp \
1841 rendering/SVGRenderSupport.cpp \
1842 rendering/SVGRootInlineBox.cpp
1845 svg/graphics/qt/SVGResourceFilterQt.cpp
1849 svgnames_a.output = $$GENERATED_SOURCES_DIR/SVGNames.cpp
1850 svgnames_a.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 $$GENERATED_SOURCES_DIR
1851 svgnames_a.input = SVG_NAMES
1852 svgnames_a.dependency_type = TYPE_C
1853 svgnames_a.CONFIG = target_predeps
1854 svgnames_a.variable_out = GENERATED_SOURCES
1855 addExtraCompilerWithHeader(svgnames_a)
1856 svgnames_b.output = $$GENERATED_SOURCES_DIR/SVGElementFactory.cpp
1857 svgnames_b.commands = @echo -n ''
1858 svgnames_b.input = SVG_NAMES
1859 svgnames_b.depends = $$GENERATED_SOURCES_DIR/SVGNames.cpp
1860 svgnames_b.CONFIG = target_predeps
1861 svgnames_b.variable_out = GENERATED_SOURCES
1862 addExtraCompilerWithHeader(svgnames_b)
1863 svgelementwrapper.output = $$GENERATED_SOURCES_DIR/JSSVGElementWrapperFactory.cpp
1864 svgelementwrapper.commands = @echo -n ''
1865 svgelementwrapper.input = SVG_NAMES
1866 svgelementwrapper.depends = $$GENERATED_SOURCES_DIR/SVGNames.cpp
1867 svgelementwrapper.CONFIG = target_predeps
1868 svgelementwrapper.variable_out = GENERATED_SOURCES
1869 addExtraCompiler(svgelementwrapper)
1870 svgelementwrapper_header.output = $$GENERATED_SOURCES_DIR/JSSVGElementWrapperFactory.h
1871 svgelementwrapper_header.commands = @echo -n ''
1872 svgelementwrapper_header.input = SVG_NAMES
1873 svgelementwrapper_header.depends = $$GENERATED_SOURCES_DIR/SVGNames.cpp
1874 svgelementwrapper_header.CONFIG = target_predeps
1875 svgelementwrapper_header.variable_out = GENERATED_FILES
1876 addExtraCompiler(svgelementwrapper_header)
1879 xlinknames.output = $$GENERATED_SOURCES_DIR/XLinkNames.cpp
1880 xlinknames.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --attrs $$PWD/svg/xlinkattrs.in --preprocessor \"$${QMAKE_MOC} -E\" --outputDir $$GENERATED_SOURCES_DIR
1881 xlinknames.input = XLINK_NAMES
1882 xlinknames.dependency_type = TYPE_C
1883 xlinknames.CONFIG = target_predeps
1884 xlinknames.variable_out = GENERATED_SOURCES
1885 addExtraCompilerWithHeader(xlinknames)
1888 cssprops.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.cpp
1889 cssprops.input = WALDOCSSPROPS
1890 cssprops.commands = perl -ne \"print lc\" ${QMAKE_FILE_NAME} $$DASHBOARDSUPPORTCSSPROPERTIES $$SVGCSSPROPERTIES > $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.in && cd $$GENERATED_SOURCES_DIR && perl $$PWD/css/makeprop.pl && $(DEL_FILE) ${QMAKE_FILE_BASE}.strip ${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.gperf
1891 cssprops.CONFIG = target_predeps no_link
1892 cssprops.depend = ${QMAKE_FILE_NAME} DASHBOARDSUPPORTCSSPROPERTIES SVGCSSPROPERTIES
1893 addExtraCompilerWithHeader(cssprops)
1896 cssvalues.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.c
1897 cssvalues.input = WALDOCSSVALUES
1898 cssvalues.commands = perl -ne \"print lc\" ${QMAKE_FILE_NAME} $$SVGCSSVALUES > $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.in && cd $$GENERATED_SOURCES_DIR && perl $$PWD/css/makevalues.pl && $(DEL_FILE) ${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.strip ${QMAKE_FILE_BASE}.gperf
1899 cssvalues.CONFIG = target_predeps no_link
1900 cssvalues.depend = ${QMAKE_FILE_NAME} SVGCSSVALUES
1901 addExtraCompilerWithHeader(cssvalues)
1904 cssprops.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.cpp
1905 cssprops.input = WALDOCSSPROPS
1906 cssprops.commands = perl -ne \"print lc\" ${QMAKE_FILE_NAME} $$DASHBOARDSUPPORTCSSPROPERTIES > $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.in && cd $$GENERATED_SOURCES_DIR && perl $$PWD/css/makeprop.pl && $(DEL_FILE) ${QMAKE_FILE_BASE}.strip ${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.gperf
1907 cssprops.CONFIG = target_predeps no_link
1908 cssprops.depend = ${QMAKE_FILE_NAME} DASHBOARDSUPPORTCSSPROPERTIES
1909 addExtraCompilerWithHeader(cssprops)
1912 cssvalues.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.c
1913 cssvalues.input = WALDOCSSVALUES
1914 cssvalues.commands = perl -ne \"print lc\" ${QMAKE_FILE_NAME} > $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.in && cd $$GENERATED_SOURCES_DIR && perl $$PWD/css/makevalues.pl && $(DEL_FILE) ${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.strip ${QMAKE_FILE_BASE}.gperf
1915 cssvalues.CONFIG = target_predeps no_link
1916 cssvalues.clean = ${QMAKE_FILE_OUT} ${QMAKE_VAR_GENERATED_SOURCES_DIR_SLASH}${QMAKE_FILE_BASE}.h
1917 addExtraCompiler(cssvalues)
1920 contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=1) {
1921 FEATURE_DEFINES_JAVASCRIPT += ENABLE_OFFLINE_WEB_APPLICATIONS=1
1924 loader/appcache/DOMApplicationCache.idl
1927 loader/appcache/ApplicationCache.cpp \
1928 loader/appcache/ApplicationCacheGroup.cpp \
1929 loader/appcache/ApplicationCacheStorage.cpp \
1930 loader/appcache/ApplicationCacheResource.cpp \
1931 loader/appcache/DOMApplicationCache.cpp \
1932 loader/appcache/ManifestParser.cpp \
1933 bindings/js/JSDOMApplicationCacheCustom.cpp
1936 # GENERATOR 1: IDL compiler
1937 idl.output = $$GENERATED_SOURCES_DIR/JS${QMAKE_FILE_BASE}.cpp
1938 idl.variable_out = GENERATED_SOURCES
1939 idl.input = IDL_BINDINGS
1940 idl.commands = perl -I$$PWD/bindings/scripts $$PWD/bindings/scripts/generate-bindings.pl --defines \"$${FEATURE_DEFINES_JAVASCRIPT}\" --generator JS --include $$PWD/dom --include $$PWD/html --include $$PWD/xml --include $$PWD/svg --outputDir $$GENERATED_SOURCES_DIR --preprocessor \"$${QMAKE_MOC} -E\" ${QMAKE_FILE_NAME}
1941 idl.CONFIG += target_predeps
1942 addExtraCompilerWithHeader(idl)
1944 # GENERATOR 2-A: LUT creator
1945 domlut.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.lut.h
1946 domlut.commands = perl $$PWD/../JavaScriptCore/create_hash_table ${QMAKE_FILE_NAME} -n WebCore > ${QMAKE_FILE_OUT}
1947 domlut.depend = ${QMAKE_FILE_NAME}
1948 domlut.input = DOMLUT_FILES
1949 domlut.CONFIG += no_link
1950 addExtraCompiler(domlut)
1952 # GENERATOR 3: tokenizer (flex)
1953 tokenizer.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.cpp
1954 tokenizer.commands = flex -t < ${QMAKE_FILE_NAME} | perl $$PWD/css/maketokenizer > ${QMAKE_FILE_OUT}
1955 tokenizer.dependency_type = TYPE_C
1956 tokenizer.input = TOKENIZER
1957 tokenizer.CONFIG += target_predeps no_link
1958 addExtraCompiler(tokenizer)
1960 # GENERATOR 4: CSS grammar
1961 cssbison.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.cpp
1962 cssbison.commands = perl $$PWD/css/makegrammar.pl ${QMAKE_FILE_NAME} $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}
1963 cssbison.depend = ${QMAKE_FILE_NAME}
1964 cssbison.input = CSSBISON
1965 cssbison.CONFIG = target_predeps
1966 cssbison.dependency_type = TYPE_C
1967 cssbison.variable_out = GENERATED_SOURCES
1968 addExtraCompilerWithHeader(cssbison)
1971 htmlnames.output = $$GENERATED_SOURCES_DIR/HTMLNames.cpp
1972 htmlnames.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --tags $$PWD/html/HTMLTagNames.in --attrs $$PWD/html/HTMLAttributeNames.in --extraDefines \"$${DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outputDir $$GENERATED_SOURCES_DIR
1973 htmlnames.input = HTML_NAMES
1974 htmlnames.dependency_type = TYPE_C
1975 htmlnames.CONFIG = target_predeps
1976 htmlnames.variable_out = GENERATED_SOURCES
1977 addExtraCompilerWithHeader(htmlnames)
1979 htmlelementfactory.output = $$GENERATED_SOURCES_DIR/HTMLElementFactory.cpp
1980 htmlelementfactory.commands = @echo -n ''
1981 htmlelementfactory.input = HTML_NAMES
1982 htmlelementfactory.depends = $$GENERATED_SOURCES_DIR/HTMLNames.cpp
1983 htmlelementfactory.CONFIG = target_predeps
1984 htmlelementfactory.variable_out = GENERATED_SOURCES
1985 htmlelementfactory.clean += ${QMAKE_FILE_OUT}
1986 addExtraCompilerWithHeader(htmlelementfactory)
1988 elementwrapperfactory.output = $$GENERATED_SOURCES_DIR/JSHTMLElementWrapperFactory.cpp
1989 elementwrapperfactory.commands = @echo -n ''
1990 elementwrapperfactory.input = HTML_NAMES
1991 elementwrapperfactory.depends = $$GENERATED_SOURCES_DIR/HTMLNames.cpp
1992 elementwrapperfactory.CONFIG = target_predeps
1993 elementwrapperfactory.variable_out = GENERATED_SOURCES
1994 elementwrapperfactory.clean += ${QMAKE_FILE_OUT}
1995 addExtraCompilerWithHeader(elementwrapperfactory)
1998 xmlnames.output = $$GENERATED_SOURCES_DIR/XMLNames.cpp
1999 xmlnames.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --attrs $$PWD/xml/xmlattrs.in --preprocessor \"$${QMAKE_MOC} -E\" --outputDir $$GENERATED_SOURCES_DIR
2000 xmlnames.input = XML_NAMES
2001 xmlnames.dependency_type = TYPE_C
2002 xmlnames.CONFIG = target_predeps
2003 xmlnames.variable_out = GENERATED_SOURCES
2004 addExtraCompilerWithHeader(xmlnames)
2007 entities.output = $$GENERATED_SOURCES_DIR/HTMLEntityNames.c
2008 entities.commands = gperf -a -L ANSI-C -C -G -c -o -t --key-positions="*" -N findEntity -D -s 2 < $$PWD/html/HTMLEntityNames.gperf > $$GENERATED_SOURCES_DIR/HTMLEntityNames.c
2009 entities.input = ENTITIES_GPERF
2010 entities.dependency_type = TYPE_C
2011 entities.CONFIG = target_predeps no_link
2012 entities.clean = ${QMAKE_FILE_OUT}
2013 addExtraCompiler(entities)
2016 doctypestrings.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.cpp
2017 doctypestrings.input = DOCTYPESTRINGS
2018 doctypestrings.commands = perl -e \"print \'$${LITERAL_HASH}include <string.h>\';\" > ${QMAKE_FILE_OUT} && echo // bogus >> ${QMAKE_FILE_OUT} && gperf -CEot -L ANSI-C --key-positions="*" -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards < ${QMAKE_FILE_NAME} >> ${QMAKE_FILE_OUT}
2019 doctypestrings.dependency_type = TYPE_C
2020 doctypestrings.CONFIG += target_predeps no_link
2021 doctypestrings.clean = ${QMAKE_FILE_OUT}
2022 addExtraCompiler(doctypestrings)
2025 colordata.output = $$GENERATED_SOURCES_DIR/ColorData.c
2026 colordata.commands = perl -e \"print \'$${LITERAL_HASH}include <string.h>\';\" > ${QMAKE_FILE_OUT} && echo // bogus >> ${QMAKE_FILE_OUT} && gperf -CDEot -L ANSI-C --key-positions="*" -N findColor -D -s 2 < ${QMAKE_FILE_NAME} >> ${QMAKE_FILE_OUT}
2027 colordata.input = COLORDAT_GPERF
2028 colordata.CONFIG = target_predeps no_link
2029 addExtraCompiler(colordata)
2032 stylesheets.output = $$GENERATED_SOURCES_DIR/UserAgentStyleSheetsData.cpp
2033 stylesheets.commands = perl $$PWD/css/make-css-file-arrays.pl --preprocessor \"$${QMAKE_MOC} -E\" ${QMAKE_VAR_GENERATED_SOURCES_DIR_SLASH}UserAgentStyleSheets.h ${QMAKE_FILE_OUT} $$STYLESHEETS_EMBED
2034 STYLESHEETS_EMBED_GENERATOR_SCRIPT = $$PWD/css/make-css-file-arrays.pl
2035 stylesheets.input = STYLESHEETS_EMBED_GENERATOR_SCRIPT
2036 stylesheets.depends = $$STYLESHEETS_EMBED
2037 stylesheets.CONFIG = target_predeps
2038 stylesheets.variable_out = GENERATED_SOURCES
2039 stylesheets.clean = ${QMAKE_FILE_OUT} ${QMAKE_VAR_GENERATED_SOURCES_DIR_SLASH}UserAgentStyleSheets.h
2040 addExtraCompilerWithHeader(stylesheets, $$GENERATED_SOURCES_DIR/UserAgentStyleSheets.h)
2042 # GENERATOR 10: XPATH grammar
2043 xpathbison.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.cpp
2044 xpathbison.commands = bison -d -p xpathyy ${QMAKE_FILE_NAME} -o ${QMAKE_FILE_BASE}.tab.c && $(MOVE) ${QMAKE_FILE_BASE}.tab.c $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.cpp && $(MOVE) ${QMAKE_FILE_BASE}.tab.h $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.h
2045 xpathbison.depend = ${QMAKE_FILE_NAME}
2046 xpathbison.input = XPATHBISON
2047 xpathbison.CONFIG = target_predeps
2048 xpathbison.dependency_type = TYPE_C
2049 xpathbison.variable_out = GENERATED_SOURCES
2050 addExtraCompilerWithHeader(xpathbison)
2052 include($$PWD/../WebKit/qt/Api/headers.pri)
2053 HEADERS += $$WEBKIT_API_HEADERS
2054 !CONFIG(QTDIR_build) {
2055 target.path = $$[QT_INSTALL_LIBS]
2056 headers.files = $$WEBKIT_API_HEADERS
2057 headers.path = $$[QT_INSTALL_HEADERS]/QtWebKit
2058 prf.files = $$PWD/../WebKit/qt/Api/qtwebkit.prf
2059 prf.path = $$[QT_INSTALL_PREFIX]/mkspecs/features
2061 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
2064 DLLDESTDIR = $$OUTPUT_DIR/bin
2066 dlltarget.commands = $(COPY_FILE) $(DESTDIR)$(TARGET) $$[QT_INSTALL_BINS]
2067 dlltarget.CONFIG = no_path
2068 INSTALLS += dlltarget
2072 INSTALLS += target headers prf
2075 CONFIG += create_pc create_prl
2076 QMAKE_PKGCONFIG_LIBDIR = $$target.path
2077 QMAKE_PKGCONFIG_INCDIR = $$headers.path
2078 QMAKE_PKGCONFIG_DESTDIR = pkgconfig
2079 lib_replace.match = $$DESTDIR
2080 lib_replace.replace = $$[QT_INSTALL_LIBS]
2081 QMAKE_PKGCONFIG_INSTALL_REPLACE += lib_replace
2085 CONFIG(QTDIR_build):isEqual(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION, 4) {
2087 CONFIG -= separate_debug_info
2088 CONFIG += no_debug_info