| OLD | NEW |
| 1 # WebCore - qmake build info | 1 # WebCore - qmake build info |
| 2 CONFIG += building-libs | 2 CONFIG += building-libs |
| 3 CONFIG += depend_includepath | 3 CONFIG += depend_includepath |
| 4 include($$PWD/../WebKit.pri) | 4 include($$PWD/../WebKit.pri) |
| 5 | 5 |
| 6 TEMPLATE = lib | 6 TEMPLATE = lib |
| 7 TARGET = QtWebKit | 7 TARGET = QtWebKit |
| 8 | 8 |
| 9 contains(QT_CONFIG, embedded):CONFIG += embedded | 9 contains(QT_CONFIG, embedded):CONFIG += embedded |
| 10 | 10 |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 html/HTMLTableColElement.idl \ | 369 html/HTMLTableColElement.idl \ |
| 370 html/HTMLTableElement.idl \ | 370 html/HTMLTableElement.idl \ |
| 371 html/HTMLTableRowElement.idl \ | 371 html/HTMLTableRowElement.idl \ |
| 372 html/HTMLTableSectionElement.idl \ | 372 html/HTMLTableSectionElement.idl \ |
| 373 html/HTMLTextAreaElement.idl \ | 373 html/HTMLTextAreaElement.idl \ |
| 374 html/HTMLTitleElement.idl \ | 374 html/HTMLTitleElement.idl \ |
| 375 html/HTMLUListElement.idl \ | 375 html/HTMLUListElement.idl \ |
| 376 html/ImageData.idl \ | 376 html/ImageData.idl \ |
| 377 html/TextMetrics.idl \ | 377 html/TextMetrics.idl \ |
| 378 inspector/JavaScriptCallFrame.idl \ | 378 inspector/JavaScriptCallFrame.idl \ |
| 379 inspector/InspectorController.idl \ |
| 379 page/BarInfo.idl \ | 380 page/BarInfo.idl \ |
| 380 page/Console.idl \ | 381 page/Console.idl \ |
| 381 page/DOMSelection.idl \ | 382 page/DOMSelection.idl \ |
| 382 page/DOMWindow.idl \ | 383 page/DOMWindow.idl \ |
| 383 page/Geolocation.idl \ | 384 page/Geolocation.idl \ |
| 384 page/Geoposition.idl \ | 385 page/Geoposition.idl \ |
| 385 page/History.idl \ | 386 page/History.idl \ |
| 386 page/Location.idl \ | 387 page/Location.idl \ |
| 387 page/Navigator.idl \ | 388 page/Navigator.idl \ |
| 388 page/PositionError.idl \ | 389 page/PositionError.idl \ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 bindings/js/JSHTMLFrameSetElementCustom.cpp \ | 444 bindings/js/JSHTMLFrameSetElementCustom.cpp \ |
| 444 bindings/js/JSHTMLIFrameElementCustom.cpp \ | 445 bindings/js/JSHTMLIFrameElementCustom.cpp \ |
| 445 bindings/js/JSHTMLInputElementCustom.cpp \ | 446 bindings/js/JSHTMLInputElementCustom.cpp \ |
| 446 bindings/js/JSHTMLObjectElementCustom.cpp \ | 447 bindings/js/JSHTMLObjectElementCustom.cpp \ |
| 447 bindings/js/JSHTMLOptionsCollectionCustom.cpp \ | 448 bindings/js/JSHTMLOptionsCollectionCustom.cpp \ |
| 448 bindings/js/JSHTMLSelectElementCustom.cpp \ | 449 bindings/js/JSHTMLSelectElementCustom.cpp \ |
| 449 bindings/js/JSImageConstructor.cpp \ | 450 bindings/js/JSImageConstructor.cpp \ |
| 450 bindings/js/JSImageDataCustom.cpp \ | 451 bindings/js/JSImageDataCustom.cpp \ |
| 451 bindings/js/JSInspectedObjectWrapper.cpp \ | 452 bindings/js/JSInspectedObjectWrapper.cpp \ |
| 452 bindings/js/JSInspectorCallbackWrapper.cpp \ | 453 bindings/js/JSInspectorCallbackWrapper.cpp \ |
| 454 bindings/js/JSInspectorControllerCustom.cpp \ |
| 453 bindings/js/JSLocationCustom.cpp \ | 455 bindings/js/JSLocationCustom.cpp \ |
| 454 bindings/js/JSNamedNodeMapCustom.cpp \ | 456 bindings/js/JSNamedNodeMapCustom.cpp \ |
| 455 bindings/js/JSNamedNodesCollection.cpp \ | 457 bindings/js/JSNamedNodesCollection.cpp \ |
| 456 bindings/js/JSNavigatorCustom.cpp \ | 458 bindings/js/JSNavigatorCustom.cpp \ |
| 457 bindings/js/JSNodeCustom.cpp \ | 459 bindings/js/JSNodeCustom.cpp \ |
| 458 bindings/js/JSNodeFilterCondition.cpp \ | 460 bindings/js/JSNodeFilterCondition.cpp \ |
| 459 bindings/js/JSNodeFilterCustom.cpp \ | 461 bindings/js/JSNodeFilterCustom.cpp \ |
| 460 bindings/js/JSNodeIteratorCustom.cpp \ | 462 bindings/js/JSNodeIteratorCustom.cpp \ |
| 461 bindings/js/JSNodeListCustom.cpp \ | 463 bindings/js/JSNodeListCustom.cpp \ |
| 462 bindings/js/JSOptionConstructor.cpp \ | 464 bindings/js/JSOptionConstructor.cpp \ |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 html/HTMLTableRowElement.cpp \ | 769 html/HTMLTableRowElement.cpp \ |
| 768 html/HTMLTableRowsCollection.cpp \ | 770 html/HTMLTableRowsCollection.cpp \ |
| 769 html/HTMLTableSectionElement.cpp \ | 771 html/HTMLTableSectionElement.cpp \ |
| 770 html/HTMLTextAreaElement.cpp \ | 772 html/HTMLTextAreaElement.cpp \ |
| 771 html/HTMLTitleElement.cpp \ | 773 html/HTMLTitleElement.cpp \ |
| 772 html/HTMLTokenizer.cpp \ | 774 html/HTMLTokenizer.cpp \ |
| 773 html/HTMLUListElement.cpp \ | 775 html/HTMLUListElement.cpp \ |
| 774 html/HTMLViewSourceDocument.cpp \ | 776 html/HTMLViewSourceDocument.cpp \ |
| 775 html/ImageData.cpp \ | 777 html/ImageData.cpp \ |
| 776 html/PreloadScanner.cpp \ | 778 html/PreloadScanner.cpp \ |
| 779 inspector/ConsoleMessage.cpp \ |
| 780 inspector/InspectorDatabaseResource.cpp \ |
| 781 inspector/InspectorDOMStorageResource.cpp \ |
| 777 inspector/InspectorController.cpp \ | 782 inspector/InspectorController.cpp \ |
| 783 inspector/InspectorResource.cpp \ |
| 778 inspector/JavaScriptCallFrame.cpp \ | 784 inspector/JavaScriptCallFrame.cpp \ |
| 779 inspector/JavaScriptDebugServer.cpp \ | 785 inspector/JavaScriptDebugServer.cpp \ |
| 780 inspector/JavaScriptProfile.cpp \ | 786 inspector/JavaScriptProfile.cpp \ |
| 781 inspector/JavaScriptProfileNode.cpp \ | 787 inspector/JavaScriptProfileNode.cpp \ |
| 782 loader/archive/ArchiveFactory.cpp \ | 788 loader/archive/ArchiveFactory.cpp \ |
| 783 loader/archive/ArchiveResource.cpp \ | 789 loader/archive/ArchiveResource.cpp \ |
| 784 loader/archive/ArchiveResourceCollection.cpp \ | 790 loader/archive/ArchiveResourceCollection.cpp \ |
| 785 loader/UserStyleSheetLoader.cpp \ | 791 loader/UserStyleSheetLoader.cpp \ |
| 786 loader/Cache.cpp \ | 792 loader/Cache.cpp \ |
| 787 loader/CachedCSSStyleSheet.cpp \ | 793 loader/CachedCSSStyleSheet.cpp \ |
| (...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2064 QMAKE_PKGCONFIG_INSTALL_REPLACE += lib_replace | 2070 QMAKE_PKGCONFIG_INSTALL_REPLACE += lib_replace |
| 2065 } | 2071 } |
| 2066 } | 2072 } |
| 2067 | 2073 |
| 2068 CONFIG(QTDIR_build):isEqual(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION, 4
) { | 2074 CONFIG(QTDIR_build):isEqual(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION, 4
) { |
| 2069 # start with 4.5 | 2075 # start with 4.5 |
| 2070 CONFIG -= separate_debug_info | 2076 CONFIG -= separate_debug_info |
| 2071 CONFIG += no_debug_info | 2077 CONFIG += no_debug_info |
| 2072 } | 2078 } |
| 2073 | 2079 |
| OLD | NEW |