| 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 | 4 |
| 5 symbian: { | 5 symbian: { |
| 6 TARGET.EPOCALLOWDLLDATA=1 | 6 TARGET.EPOCALLOWDLLDATA=1 |
| 7 TARGET.CAPABILITY = All -Tcb | 7 TARGET.CAPABILITY = All -Tcb |
| 8 isEmpty(QT_LIBINFIX) { | 8 isEmpty(QT_LIBINFIX) { |
| 9 TARGET.UID3 = 0x200267C2 | 9 TARGET.UID3 = 0x200267C2 |
| 10 } else { | 10 } else { |
| (...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 page/XSSAuditor.cpp \ | 808 page/XSSAuditor.cpp \ |
| 809 plugins/PluginData.cpp \ | 809 plugins/PluginData.cpp \ |
| 810 plugins/PluginArray.cpp \ | 810 plugins/PluginArray.cpp \ |
| 811 plugins/Plugin.cpp \ | 811 plugins/Plugin.cpp \ |
| 812 plugins/PluginMainThreadScheduler.cpp \ | 812 plugins/PluginMainThreadScheduler.cpp \ |
| 813 plugins/MimeType.cpp \ | 813 plugins/MimeType.cpp \ |
| 814 plugins/MimeTypeArray.cpp \ | 814 plugins/MimeTypeArray.cpp \ |
| 815 platform/animation/Animation.cpp \ | 815 platform/animation/Animation.cpp \ |
| 816 platform/animation/AnimationList.cpp \ | 816 platform/animation/AnimationList.cpp \ |
| 817 platform/Arena.cpp \ | 817 platform/Arena.cpp \ |
| 818 platform/BlobItem.cpp \ |
| 818 platform/text/Base64.cpp \ | 819 platform/text/Base64.cpp \ |
| 819 platform/text/BidiContext.cpp \ | 820 platform/text/BidiContext.cpp \ |
| 820 platform/ContentType.cpp \ | 821 platform/ContentType.cpp \ |
| 821 platform/ContextMenu.cpp \ | 822 platform/ContextMenu.cpp \ |
| 822 platform/CrossThreadCopier.cpp \ | 823 platform/CrossThreadCopier.cpp \ |
| 823 platform/DeprecatedPtrListImpl.cpp \ | 824 platform/DeprecatedPtrListImpl.cpp \ |
| 824 platform/DragData.cpp \ | 825 platform/DragData.cpp \ |
| 825 platform/DragImage.cpp \ | 826 platform/DragImage.cpp \ |
| 826 platform/FileChooser.cpp \ | 827 platform/FileChooser.cpp \ |
| 827 platform/GeolocationService.cpp \ | 828 platform/GeolocationService.cpp \ |
| (...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1557 page/SecurityOrigin.h \ | 1558 page/SecurityOrigin.h \ |
| 1558 page/Settings.h \ | 1559 page/Settings.h \ |
| 1559 page/SpatialNavigation.h \ | 1560 page/SpatialNavigation.h \ |
| 1560 page/WindowFeatures.h \ | 1561 page/WindowFeatures.h \ |
| 1561 page/WorkerNavigator.h \ | 1562 page/WorkerNavigator.h \ |
| 1562 page/XSSAuditor.h \ | 1563 page/XSSAuditor.h \ |
| 1563 page/ZoomMode.h \ | 1564 page/ZoomMode.h \ |
| 1564 platform/animation/Animation.h \ | 1565 platform/animation/Animation.h \ |
| 1565 platform/animation/AnimationList.h \ | 1566 platform/animation/AnimationList.h \ |
| 1566 platform/Arena.h \ | 1567 platform/Arena.h \ |
| 1568 platform/BlobItem.h \ |
| 1567 platform/ContentType.h \ | 1569 platform/ContentType.h \ |
| 1568 platform/ContextMenu.h \ | 1570 platform/ContextMenu.h \ |
| 1569 platform/CrossThreadCopier.h \ | 1571 platform/CrossThreadCopier.h \ |
| 1570 platform/DeprecatedPtrListImpl.h \ | 1572 platform/DeprecatedPtrListImpl.h \ |
| 1571 platform/DragData.h \ | 1573 platform/DragData.h \ |
| 1572 platform/DragImage.h \ | 1574 platform/DragImage.h \ |
| 1573 platform/FileChooser.h \ | 1575 platform/FileChooser.h \ |
| 1574 platform/GeolocationService.h \ | 1576 platform/GeolocationService.h \ |
| 1575 platform/image-decoders/ImageDecoder.h \ | 1577 platform/image-decoders/ImageDecoder.h \ |
| 1576 platform/mock/GeolocationServiceMock.h \ | 1578 platform/mock/GeolocationServiceMock.h \ |
| (...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3098 # defFilePath is for Qt4.6 compatibility | 3100 # defFilePath is for Qt4.6 compatibility |
| 3099 defFilePath=../WebKit/qt/symbian | 3101 defFilePath=../WebKit/qt/symbian |
| 3100 } else { | 3102 } else { |
| 3101 MMP_RULES += EXPORTUNFROZEN | 3103 MMP_RULES += EXPORTUNFROZEN |
| 3102 } | 3104 } |
| 3103 } | 3105 } |
| 3104 } | 3106 } |
| 3105 | 3107 |
| 3106 # Disable C++0x mode in WebCore for those who enabled it in their Qt's mkspec | 3108 # Disable C++0x mode in WebCore for those who enabled it in their Qt's mkspec |
| 3107 *-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x | 3109 *-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x |
| OLD | NEW |