aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-05-10 15:41:29 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-14 10:12:24 +0200
commit35dd4cbd3d09fbcc11804995b65dd8dea03da5ee (patch)
tree08d53d24bd88eb8e010de924d185faa83fd2a972
parent139c020ed3aebed015e420886d524f50bcc9b52b (diff)
Remove QtDeclarative compatibility module
When the QtDeclarative module was renamed to QtQml, a compatibility module was introduced to avoid disrupting downstream projects. Time has passed, and it's now appropriate to remove this module. Existing projects that haven't ported can still use the bin/rename-qtdeclarative-symbols.sh script to ease the porting. Change-Id: I05a9727013d9e38c2262577f68260a4382bfbeea Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Donald Carr <donald.carr@nokia.com>
-rw-r--r--.gitignore4
-rw-r--r--modules/qt_declarative.pri192
-rw-r--r--src/compatibility/compatibility.pro33
-rw-r--r--src/src.pro2
-rw-r--r--sync.profile184
5 files changed, 0 insertions, 415 deletions
diff --git a/.gitignore b/.gitignore
index 2341712db2..a6b0a7f858 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,8 +106,6 @@ translations/*.qm
translations/*_untranslated.ts
qrc_*.cpp
-src/declarative/qtdeclarativeversion.h
-
# Test generated files
QObject.log
tst_*
@@ -256,11 +254,9 @@ src/qmltest/qtquicktestversion.h
src/qtquick1/qtquick1version.h
src/qmldevtools/qtqmldevtoolsversion.h
src/quick/qtquickversion.h
-src/compatibility/qtdeclarativeversion.h
src/qml/qtqmlversion.h
tests/auto/*/*.o
tests/auto/*/*.moc
tests/auto/*/*/*.o
tests/auto/*/*/*.moc
-src/declarative/generated/
diff --git a/modules/qt_declarative.pri b/modules/qt_declarative.pri
deleted file mode 100644
index 5a80a37f4c..0000000000
--- a/modules/qt_declarative.pri
+++ /dev/null
@@ -1,192 +0,0 @@
-QT.declarative.VERSION = 5.0.0
-QT.declarative.MAJOR_VERSION = 5
-QT.declarative.MINOR_VERSION = 0
-QT.declarative.PATCH_VERSION = 0
-
-QT.declarative.name = QtDeclarative
-QT.declarative.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtDeclarative
-QT.declarative.private_includes = $$QT_MODULE_INCLUDE_BASE/QtDeclarative/$$QT.declarative.VERSION
-QT.declarative.sources = $$QT_MODULE_BASE/src/declarative
-QT.declarative.plugins = $$QT_MODULE_PLUGIN_BASE
-QT.declarative.imports = $$QT_MODULE_IMPORT_BASE
-QT.declarative.depends = gui network
-QT.declarative.DEFINES = \
- QDeclarativeAbstractAnimation=QQuickAbstractAnimation\
- QDeclarativeAbstractBinding=QQmlAbstractBinding\
- QDeclarativeAbstractBoundSignal=QQmlAbstractBoundSignal\
- QDeclarativeAccessible=QQmlAccessible\
- QDeclarativeAccessibleAttached=QQmlAccessibleAttached\
- QDeclarativeAccessorProperties=QQmlAccessorProperties\
- QDeclarativeAction=QQuickAction\
- QDeclarativeActionEvent=QQuickActionEvent\
- QDeclarativeAnimationGroup=QQuickAnimationGroup\
- QDeclarativeAnimationPropertyUpdater=QQuickAnimationPropertyUpdater\
- QDeclarativeApplication=QQuickApplication\
- QDeclarativeBehavior=QQuickBehavior\
- QDeclarativeBind=QQuickBind\
- QDeclarativeBinding=QQmlBinding\
- QDeclarativeBindingProfiler=QQmlBindingProfiler\
- QDeclarativeBoundSignal=QQmlBoundSignal\
- QDeclarativeBuiltinFunctions=QQmlBuiltinFunctions\
- QDeclarativeBulkValueAnimator=QQuickBulkValueAnimator\
- QDeclarativeChangeSet=QQuickChangeSet\
- QDeclarativeCleanup=QQmlCleanup\
- QDeclarativeColorAnimation=QQuickColorAnimation\
- QDeclarativeColorValueType=QQmlColorValueType\
- QDeclarativeCompiledData=QQmlCompiledData\
- QDeclarativeCompiler=QQmlCompiler\
- QDeclarativeCompilerTypes=QQmlCompilerTypes\
- QDeclarativeComponent=QQmlComponent\
- QDeclarativeComponentAttached=QQmlComponentAttached\
- QDeclarativeComponentPrivate=QQmlComponentPrivate\
- QDeclarativeConnections=QQuickConnections\
- QDeclarativeContext=QQmlContext\
- QDeclarativeContextData=QQmlContextData\
- QDeclarativeCurve=QQuickCurve\
- QDeclarativeCustomParser=QQmlCustomParser\
- QDeclarativeCustomParserNode=QQmlCustomParserNode\
- QDeclarativeCustomParserProperty=QQmlCustomParserProperty\
- QDeclarativeData=QQmlData\
- QDeclarativeDataBlob=QQmlDataBlob\
- QDeclarativeDataLoader=QQmlDataLoader\
- QDeclarativeDebug=QQmlDebug\
- QDeclarativeDebugClient=QQmlDebugClient\
- QDeclarativeDebugConnection=QQmlDebugConnection\
- QDeclarativeDebugContextReference=QQmlDebugContextReference\
- QDeclarativeDebugData=QQmlDebugData\
- QDeclarativeDebugEngineReference=QQmlDebugEngineReference\
- QDeclarativeDebugEnginesQuery=QQmlDebugEnginesQuery\
- QDeclarativeDebugExpressionQuery=QQmlDebugExpressionQuery\
- QDeclarativeDebugFileReference=QQmlDebugFileReference\
- QDeclarativeDebuggingEnabler=QQmlDebuggingEnabler\
- QDeclarativeDebugHelper=QQmlDebugHelper\
- QDeclarativeDebugObjectExpressionWatch=QQmlDebugObjectExpressionWatch\
- QDeclarativeDebugObjectQuery=QQmlDebugObjectQuery\
- QDeclarativeDebugObjectReference=QQmlDebugObjectReference\
- QDeclarativeDebugPropertyReference=QQmlDebugPropertyReference\
- QDeclarativeDebugPropertyWatch=QQmlDebugPropertyWatch\
- QDeclarativeDebugQuery=QQmlDebugQuery\
- QDeclarativeDebugRootContextQuery=QQmlDebugRootContextQuery\
- QDeclarativeDebugServer=QQmlDebugServer\
- QDeclarativeDebugServerConnection=QQmlDebugServerConnection\
- QDeclarativeDebugService=QQmlDebugService\
- QDeclarativeDebugTrace=QQmlDebugTrace\
- QDeclarativeDebugWatch=QQmlDebugWatch\
- QDeclarativeEasingValueType=QQmlEasingValueType\
- QDeclarativeEngine=QQmlEngine\
- QDeclarativeEngineDebug=QQmlEngineDebug\
- QDeclarativeEngineDebugService=QQmlEngineDebugService\
- QDeclarativeEnginePrivate=QQmlEnginePrivate\
- QDeclarativeError=QQmlError\
- QDeclarativeExpression=QQmlExpression\
- QDeclarativeExpressionPrivate=QQmlExpressionPrivate\
- QDeclarativeExtensionInterface=QQmlExtensionInterface\
- QDeclarativeExtensionPlugin=QQmlExtensionPlugin\
- QDeclarativeFontLoader=QQuickFontLoader\
- QDeclarativeFontValueType=QQmlFontValueType\
- QDeclarativeGuard=QQmlGuard\
- QDeclarativeImageProvider=QQuickImageProvider\
- QDeclarativeImports=QQmlImports\
- QDeclarativeIncubationController=QQmlIncubationController\
- QDeclarativeIncubator=QQmlIncubator\
- QDeclarativeInfo=QQmlInfo\
- QDeclarativeInspector=QQmlInspector\
- QDeclarativeInspectorInterface=QQmlInspectorInterface\
- QDeclarativeInspectorService=QQmlInspectorService\
- QDeclarativeInstruction=QQmlInstruction\
- QDeclarativeJS=QQmlJS\
- QDeclarativeListAccessor=QQuickListAccessor\
- QDeclarativeListCompositor=QQuickListCompositor\
- QDeclarativeListModel=QQuickListModel\
- QDeclarativeListModelWorkerAgent=QQuickListModelWorkerAgent\
- QDeclarativeListProperty=QQmlListProperty\
- QDeclarativeListReference=QQmlListReference\
- QDeclarativeLocale=QQmlLocale\
- QDeclarativeMatrix4x4ValueType=QQmlMatrix4x4ValueType\
- QDeclarativeMetaType=QQmlMetaType\
- QDeclarativeNetworkAccessManagerFactory=QQmlNetworkAccessManagerFactory\
- QDeclarativeNotifier=QQmlNotifier\
- QDeclarativeNullableValue=QQmlNullableValue\
- QDeclarativeNumberAnimation=QQuickNumberAnimation\
- QDeclarativeOpenMetaObject=QQmlOpenMetaObject\
- QDeclarativeOpenMetaObjectType=QQmlOpenMetaObjectType\
- QDeclarativePackage=QQuickPackage\
- QDeclarativeParser=QQmlParser\
- QDeclarativeParserStatus=QQmlParserStatus\
- QDeclarativePath=QQuickPath\
- QDeclarativePathArc=QQuickPathArc\
- QDeclarativePathAttribute=QQuickPathAttribute\
- QDeclarativePathCatmullRomCurve=QQuickPathCatmullRomCurve\
- QDeclarativePathCubic=QQuickPathCubic\
- QDeclarativePathElement=QQuickPathElement\
- QDeclarativePathInterpolator=QQuickPathInterpolator\
- QDeclarativePathLine=QQuickPathLine\
- QDeclarativePathPercent=QQuickPathPercent\
- QDeclarativePathQuad=QQuickPathQuad\
- QDeclarativePathSvg=QQuickPathSvg\
- QDeclarativePauseAnimation=QQuickPauseAnimation\
- QDeclarativePixmap=QQuickPixmap\
- QDeclarativePointFValueType=QQmlPointFValueType\
- QDeclarativePointValueType=QQmlPointValueType\
- QDeclarativePool=QQmlPool\
- QDeclarativePrivate=QQmlPrivate\
- QDeclarativeProperty=QQmlProperty\
- QDeclarativePropertyAnimation=QQuickPropertyAnimation\
- QDeclarativePropertyCache=QQmlPropertyCache\
- QDeclarativePropertyChanges=QQuickPropertyChanges\
- QDeclarativePropertyMap=QQmlPropertyMap\
- QDeclarativePropertyPrivate=QQmlPropertyPrivate\
- QDeclarativePropertyValueInterceptor=QQmlPropertyValueInterceptor\
- QDeclarativePropertyValueSource=QQmlPropertyValueSource\
- QDeclarativeQmldirData=QQmlQmldirData\
- QDeclarativeQtQuick1Module=QQmlQtQuick1Module\
- QDeclarativeQtQuick2Module=QQmlQtQuick2Module\
- QDeclarativeQuaternionValueType=QQmlQuaternionValueType\
- QDeclarativeRectFValueType=QQmlRectFValueType\
- QDeclarativeRectValueType=QQmlRectValueType\
- QDeclarativeRewrite=QQmlRewrite\
- QDeclarativeRotationAnimation=QQuickRotationAnimation\
- QDeclarativeScript=QQmlScript\
- QDeclarativeScriptAction=QQuickScriptAction\
- QDeclarativeScriptBlob=QQmlScriptBlob\
- QDeclarativeStringConverters=QQmlStringConverters\
- QDeclarativeScriptData=QQmlScriptData\
- QDeclarativeScriptString=QQmlScriptString\
- QDeclarativeSizeFValueType=QQmlSizeFValueType\
- QDeclarativeSizeValueType=QQmlSizeValueType\
- QDeclarativeSmoothedAnimation=QQuickSmoothedAnimation\
- QDeclarativeSpringAnimation=QQuickSpringAnimation\
- QDeclarativeState=QQuickState\
- QDeclarativeStateChangeScript=QQuickStateChangeScript\
- QDeclarativeStateGroup=QQuickStateGroup\
- QDeclarativeStateOperation=QQuickStateOperation\
- QDeclarativeStyledText=QQuickStyledText\
- QDeclarativeStyledTextImgTag=QQuickStyledTextImgTag\
- QDeclarativeSvgParser=QQmlSvgParser\
- QDeclarativeSystemPalette=QQuickSystemPalette\
- QDeclarativeTextureFactory=QQuickTextureFactory\
- QDeclarativeTimeLine=QQuickTimeLine\
- QDeclarativeTimeLineCallback=QQuickTimeLineCallback\
- QDeclarativeTimeLineObject=QQuickTimeLineObject\
- QDeclarativeTimeLineValue=QQuickTimeLineValue\
- QDeclarativeTimer=QQuickTimer\
- QDeclarativeTransition=QQuickTransition\
- QDeclarativeTransitionManager=QQuickTransitionManager\
- QDeclarativeType=QQmlType\
- QDeclarativeTypeData=QQmlTypeData\
- QDeclarativeTypeLoader=QQmlTypeLoader\
- QDeclarativeTypesExtensionInterface=QQmlTypesExtensionInterface\
- QDeclarativeV8Function=QQmlV8Function\
- QDeclarativeValueType=QQmlValueType\
- QDeclarativeValueTypeFactory=QQmlValueTypeFactory\
- QDeclarativeVector2DValueType=QQmlVector2DValueType\
- QDeclarativeVector3dAnimation=QQuickVector3dAnimation\
- QDeclarativeVector3DValueType=QQmlVector3DValueType\
- QDeclarativeVector4DValueType=QQmlVector4DValueType\
- QDeclarativeVME=QQmlVME\
- QDeclarativeVMEMetaObject=QQmlVMEMetaObject\
- QDeclarativeVMETypes=QQmlVMETypes\
- QDeclarativeWorkerScript=QQuickWorkerScript\
- QDeclarativeXmlListModel=QQuickXmlListModel
-
-QT_CONFIG += declarative
diff --git a/src/compatibility/compatibility.pro b/src/compatibility/compatibility.pro
deleted file mode 100644
index 0996839fa8..0000000000
--- a/src/compatibility/compatibility.pro
+++ /dev/null
@@ -1,33 +0,0 @@
-TARGET = QtDeclarative
-TEMPLATE = subdirs
-
-MODULE_PRI = ../../modules/qt_declarative.pri
-
-QT = qml
-
-pritarget.path = $$[QT_HOST_DATA]/mkspecs/modules
-pritarget.files = $$MODULE_PRI
-INSTALLS += pritarget
-
-#load up the headers info
-CONFIG += qt_install_headers
-HEADERS_PRI = ../../include/QtDeclarative/headers.pri
-include($$HEADERS_PRI, "", true)|clear(HEADERS_PRI)
-
-INSTALL_HEADERS = $$SYNCQT.HEADER_FILES
-
-flat_headers.files = $$INSTALL_HEADERS
-flat_headers.path = $$[QT_INSTALL_HEADERS]/Qt
-INSTALLS += flat_headers
-
-class_headers.path = $$[QT_INSTALL_HEADERS]/$$TARGET
-class_headers.files = $$SYNCQT.HEADER_CLASSES
-INSTALLS += class_headers
-
-targ_headers.files = $$INSTALL_HEADERS
-targ_headers.path = $$[QT_INSTALL_HEADERS]/$$TARGET
-INSTALLS += targ_headers
-
-private_headers.files = $$SYNCQT.PRIVATE_HEADER_FILES
-private_headers.path = $$[QT_INSTALL_HEADERS]/$$TARGET/$${QT.declarative.VERSION}/$$TARGET/private
-INSTALLS += private_headers
diff --git a/src/src.pro b/src/src.pro
index 7631910c3c..a591ffc9a0 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -6,5 +6,3 @@ contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
SUBDIRS += imports
SUBDIRS += qmldevtools
-
-SUBDIRS += compatibility
diff --git a/sync.profile b/sync.profile
index 39978aee02..f7a74f2db5 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,14 +4,12 @@
"QtQuickParticles" => "$basedir/src/particles",
"QtQuickTest" => "$basedir/src/qmltest",
"QtQmlDevTools" => "$basedir/src/qmldevtools",
- "QtDeclarative" => "$basedir/src/compatibility",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
"QtQmlDevTools" => "../qml/qml/parser",
);
%classnames = (
"qtqmlversion.h" => "QtQmlVersion",
- "qtdeclarativeversion.h" => "QtDeclarativeVersion",
);
%mastercontent = (
"gui" => "#include <QtGui/QtGui>\n",
@@ -27,190 +25,8 @@
"QtQuickParticles" => "$basedir/modules/qt_quickparticles.pri",
"QtQuickTest" => "$basedir/modules/qt_qmltest.pri",
"QtQmlDevTools" => "$basedir/modules/qt_qmldevtools.pri",
- "QtDeclarative" => "$basedir/modules/qt_declarative.pri",
);
%deprecatedheaders = (
- "QtDeclarative" => {
- "QtDeclarative" => "QtQml/QQml",
- "qdeclarative.h" => "QtQml/qqml.h",
- "qdeclarativeprivate.h" => "QtQml/qqmlprivate.h",
- "QDeclarativeAttachedPropertiesFunc" => "QtQml/QQmlAttachedPropertiesFunc",
- "QDeclarativeComponent" => "QtQml/QQmlComponent",
- "qdeclarativecomponent.h" => "QtQml/qqmlcomponent.h",
- "QDeclarativeContext" => "QtQml/QQmlContext",
- "qdeclarativecontext.h" => "QtQml/qqmlcontext.h",
- "QDeclarativeDebuggingEnabler" => "QtQml/QQmlDebuggingEnabler",
- "qdeclarativedebug.h" => "QtQml/qqmldebug.h",
- "QDeclarativeEngine" => "QtQml/QQmlEngine",
- "qdeclarativeengine.h" => "QtQml/qqmlengine.h",
- "QDeclarativeError" => "QtQml/QQmlError",
- "qdeclarativeerror.h" => "QtQml/qqmlerror.h",
- "QDeclarativeExpression" => "QtQml/QQmlExpression",
- "qdeclarativeexpression.h" => "QtQml/qqmlexpression.h",
- "QDeclarativeExtensionInterface" => "QtQml/QQmlExtensionInterface",
- "qdeclarativeextensioninterface.h" => "QtQml/qqmlextensioninterface.h",
- "QDeclarativeExtensionPlugin" => "QtQml/QQmlExtensionPlugin",
- "qdeclarativeextensionplugin.h" => "QtQml/qqmlextensionplugin.h",
- "QDeclarativeImageProvider" => "QtQuick/QQuickImageProvider",
- "qdeclarativeimageprovider.h" => "QtQuick/qquickimageprovider.h",
- "QDeclarativeIncubationController" => "QtQml/QQmlIncubationController",
- "QDeclarativeIncubator" => "QtQml/QQmlIncubator",
- "qdeclarativeincubator.h" => "QtQml/qqmlincubator.h",
- "QDeclarativeInfo" => "QtQml/QQmlInfo",
- "qdeclarativeinfo.h" => "QtQml/qqmlinfo.h",
- "qdeclarativelist.h" => "QtQml/qqmllist.h",
- "QDeclarativeListProperty" => "QtQml/QQmlListProperty",
- "QDeclarativeListReference" => "QtQml/QQmlListReference",
- "QDeclarativeNetworkAccessManagerFactory" => "QtQml/QQmlNetworkAccessManagerFactory",
- "qdeclarativenetworkaccessmanagerfactory.h" => "QtQml/qqmlnetworkaccessmanagerfactory.h",
- "QDeclarativeParserStatus" => "QtQml/QQmlParserStatus",
- "qdeclarativeparserstatus.h" => "QtQml/qqmlparserstatus.h",
- "QDeclarativeProperties" => "QtQml/QQuickProperties",
- "QDeclarativeProperty" => "QtQml/QQmlProperty",
- "qdeclarativeproperty.h" => "QtQml/qqmlproperty.h",
- "QDeclarativePropertyMap" => "QtQml/QQmlPropertyMap",
- "qdeclarativepropertymap.h" => "QtQml/qqmlpropertymap.h",
- "QDeclarativePropertyValueSource" => "QtQml/QQmlPropertyValueSource",
- "qdeclarativepropertyvaluesource.h" => "QtQml/qqmlpropertyvaluesource.h",
- "QDeclarativeScriptString" => "QtQml/QQmlScriptString",
- "qdeclarativescriptstring.h" => "QtQml/qqmlscriptstring.h",
- "QDeclarativeTextureFactory" => "QtQml/QQuickTextureFactory",
- "QDeclarativeTypeInfo" => "QtQml/QQmlTypeInfo",
- "QDeclarativeTypesExtensionInterface" => "QtQml/QQmlTypesExtensionInterface",
- "QJSEngine" => "QtQml/QJSEngine",
- "qjsengine.h" => "QtQml/qjsengine.h",
- "QJSValue" => "QtQml/QJSValue",
- "qjsvalue.h" => "QtQml/qjsvalue.h",
- "QJSValueIterator" => "QtQml/QJSValueIterator",
- "qjsvalueiterator.h" => "QtQml/qjsvalueiterator.h",
- "QJSValueList" => "QtQml/QJSValueList",
- "qintrusivelist_p.h" => "QtQml/private/qintrusivelist_p.h",
- "qjsconverter_impl_p.h" => "QtQml/private/qjsconverter_impl_p.h",
- "qjsconverter_p.h" => "QtQml/private/qjsconverter_p.h",
- "qjsengine_p.h" => "QtQml/private/qjsengine_p.h",
- "qjsvalue_impl_p.h" => "QtQml/private/qjsvalue_impl_p.h",
- "qjsvalueiterator_impl_p.h" => "QtQml/private/qjsvalueiterator_impl_p.h",
- "qjsvalueiterator_p.h" => "QtQml/private/qjsvalueiterator_p.h",
- "qjsvalue_p.h" => "QtQml/private/qjsvalue_p.h",
- "qlistmodelinterface_p.h" => "QtQml/private/qlistmodelinterface_p.h",
- "qpacketprotocol_p.h" => "QtQml/private/qpacketprotocol_p.h",
- "qparallelanimationgroupjob_p.h" => "QtQml/private/qparallelanimationgroupjob_p.h",
- "qpauseanimationjob_p.h" => "QtQml/private/qpauseanimationjob_p.h",
- "qpodvector_p.h" => "QtQml/private/qpodvector_p.h",
- "qdeclarativeaccessors_p.h" => "QtQml/private/qqmlaccessors_p.h",
- "qdeclarativebinding_p.h" => "QtQml/private/qqmlbinding_p.h",
- "qdeclarativebinding_p_p.h" => "QtQml/private/qqmlbinding_p_p.h",
- "qdeclarativeboundsignal_p.h" => "QtQml/private/qqmlboundsignal_p.h",
- "qdeclarativebuiltinfunctions_p.h" => "QtQml/private/qqmlbuiltinfunctions_p.h",
- "qdeclarativecleanup_p.h" => "QtQml/private/qqmlcleanup_p.h",
- "qdeclarativecompiler_p.h" => "QtQml/private/qqmlcompiler_p.h",
- "qdeclarativecomponentattached_p.h" => "QtQml/private/qqmlcomponentattached_p.h",
- "qdeclarativecomponent_p.h" => "QtQml/private/qqmlcomponent_p.h",
- "qdeclarativecontext_p.h" => "QtQml/private/qqmlcontext_p.h",
- "qdeclarativecustomparser_p.h" => "QtQml/private/qqmlcustomparser_p.h",
- "qdeclarativecustomparser_p_p.h" => "QtQml/private/qqmlcustomparser_p_p.h",
- "qdeclarativedata_p.h" => "QtQml/private/qqmldata_p.h",
- "qdeclarativedebugclient_p.h" => "QtQml/private/qqmldebugclient_p.h",
- "qdeclarativedebughelper_p.h" => "QtQml/private/qqmldebughelper_p.h",
- "qdeclarativedebugserverconnection_p.h" => "QtQml/private/qqmldebugserverconnection_p.h",
- "qdeclarativedebugserver_p.h" => "QtQml/private/qqmldebugserver_p.h",
- "qdeclarativedebugservice_p.h" => "QtQml/private/qqmldebugservice_p.h",
- "qdeclarativedebugservice_p_p.h" => "QtQml/private/qqmldebugservice_p_p.h",
- "qdeclarativedebugstatesdelegate_p.h" => "QtQml/private/qqmldebugstatesdelegate_p.h",
- "qdeclarativedirparser_p.h" => "QtQml/private/qqmldirparser_p.h",
- "qdeclarativeenginedebug_p.h" => "QtQml/private/qqmlenginedebug_p.h",
- "qdeclarativeenginedebugservice_p.h" => "QtQml/private/qqmlenginedebugservice_p.h",
- "qdeclarativeengine_p.h" => "QtQml/private/qqmlengine_p.h",
- "qdeclarativeexpression_p.h" => "QtQml/private/qqmlexpression_p.h",
- "qdeclarativeglobal_p.h" => "QtQml/private/qqmlglobal_p.h",
- "qdeclarativeguard_p.h" => "QtQml/private/qqmlguard_p.h",
- "qdeclarativeimport_p.h" => "QtQml/private/qqmlimport_p.h",
- "qdeclarativeincubator_p.h" => "QtQml/private/qqmlincubator_p.h",
- "qdeclarativeinspectorinterface_p.h" => "QtQml/private/qqmlinspectorinterface_p.h",
- "qdeclarativeinspectorservice_p.h" => "QtQml/private/qqmlinspectorservice_p.h",
- "qdeclarativeinstruction_p.h" => "QtQml/private/qqmlinstruction_p.h",
- "qdeclarativeintegercache_p.h" => "QtQml/private/qqmlintegercache_p.h",
- "qdeclarativejsastfwd_p.h" => "QtQml/private/qqmljsastfwd_p.h",
- "qdeclarativejsast_p.h" => "QtQml/private/qqmljsast_p.h",
- "qdeclarativejsastvisitor_p.h" => "QtQml/private/qqmljsastvisitor_p.h",
- "qdeclarativejsengine_p.h" => "QtQml/private/qqmljsengine_p.h",
- "qdeclarativejsglobal_p.h" => "QtQml/private/qqmljsglobal_p.h",
- "qdeclarativejsgrammar_p.h" => "QtQml/private/qqmljsgrammar_p.h",
- "qdeclarativejskeywords_p.h" => "QtQml/private/qqmljskeywords_p.h",
- "qdeclarativejslexer_p.h" => "QtQml/private/qqmljslexer_p.h",
- "qdeclarativejsmemorypool_p.h" => "QtQml/private/qqmljsmemorypool_p.h",
- "qdeclarativejsparser_p.h" => "QtQml/private/qqmljsparser_p.h",
- "qdeclarativelist_p.h" => "QtQml/private/qqmllist_p.h",
- "qdeclarativelocale_p.h" => "QtQml/private/qqmllocale_p.h",
- "qdeclarativemetatype_p.h" => "QtQml/private/qqmlmetatype_p.h",
- "qdeclarativenotifier_p.h" => "QtQml/private/qqmlnotifier_p.h",
- "qdeclarativenullablevalue_p_p.h" => "QtQml/private/qqmlnullablevalue_p_p.h",
- "qdeclarativeopenmetaobject_p.h" => "QtQml/private/qqmlopenmetaobject_p.h",
- "qdeclarativepool_p.h" => "QtQml/private/qqmlpool_p.h",
- "qdeclarativeprofilerservice_p.h" => "QtQml/private/qqmlprofilerservice_p.h",
- "qdeclarativepropertycache_p.h" => "QtQml/private/qqmlpropertycache_p.h",
- "qdeclarativeproperty_p.h" => "QtQml/private/qqmlproperty_p.h",
- "qdeclarativepropertyvalueinterceptor_p.h" => "QtQml/private/qqmlpropertyvalueinterceptor_p.h",
- "qdeclarativeproxymetaobject_p.h" => "QtQml/private/qqmlproxymetaobject_p.h",
- "qdeclarativerefcount_p.h" => "QtQml/private/qqmlrefcount_p.h",
- "qdeclarativerewrite_p.h" => "QtQml/private/qqmlrewrite_p.h",
- "qdeclarativescript_p.h" => "QtQml/private/qqmlscript_p.h",
- "qdeclarativescriptstring_p.h" => "QtQml/private/qqmlscriptstring_p.h",
- "qdeclarativestringconverters_p.h" => "QtQml/private/qqmlstringconverters_p.h",
- "qdeclarativethread_p.h" => "QtQml/private/qqmlthread_p.h",
- "qdeclarativetrace_p.h" => "QtQml/private/qqmltrace_p.h",
- "qdeclarativetypeloader_p.h" => "QtQml/private/qqmltypeloader_p.h",
- "qdeclarativetypenamecache_p.h" => "QtQml/private/qqmltypenamecache_p.h",
- "qdeclarativetypenotavailable_p.h" => "QtQml/private/qqmltypenotavailable_p.h",
- "qdeclarativevaluetype_p.h" => "QtQml/private/qqmlvaluetype_p.h",
- "qdeclarativevmemetaobject_p.h" => "QtQml/private/qqmlvmemetaobject_p.h",
- "qdeclarativevme_p.h" => "QtQml/private/qqmlvme_p.h",
- "qdeclarativewatcher_p.h" => "QtQml/private/qqmlwatcher_p.h",
- "qdeclarativexmlhttprequest_p.h" => "QtQml/private/qqmlxmlhttprequest_p.h",
- "qdeclarativeapplication_p.h" => "QtQml/private/qquickapplication_p.h",
- "qdeclarativelistmodel_p.h" => "QtQml/private/qquicklistmodel_p.h",
- "qdeclarativelistmodel_p_p.h" => "QtQml/private/qquicklistmodel_p_p.h",
- "qdeclarativelistmodelworkeragent_p.h" => "QtQml/private/qquicklistmodelworkeragent_p.h",
- "qdeclarativeworkerscript_p.h" => "QtQml/private/qquickworkerscript_p.h",
- "qrecursionwatcher_p.h" => "QtQml/private/qrecursionwatcher_p.h",
- "qrecyclepool_p.h" => "QtQml/private/qrecyclepool_p.h",
- "qscript_impl_p.h" => "QtQml/private/qscript_impl_p.h",
- "qscriptisolate_p.h" => "QtQml/private/qscriptisolate_p.h",
- "qscriptoriginalglobalobject_p.h" => "QtQml/private/qscriptoriginalglobalobject_p.h",
- "qscriptshareddata_p.h" => "QtQml/private/qscriptshareddata_p.h",
- "qscripttools_p.h" => "QtQml/private/qscripttools_p.h",
- "qsequentialanimationgroupjob_p.h" => "QtQml/private/qsequentialanimationgroupjob_p.h",
- "qv4bindings_p.h" => "QtQml/private/qv4bindings_p.h",
- "qv4compiler_p.h" => "QtQml/private/qv4compiler_p.h",
- "qv4compiler_p_p.h" => "QtQml/private/qv4compiler_p_p.h",
- "qv4instruction_p.h" => "QtQml/private/qv4instruction_p.h",
- "qv4irbuilder_p.h" => "QtQml/private/qv4irbuilder_p.h",
- "qv4ir_p.h" => "QtQml/private/qv4ir_p.h",
- "qv4program_p.h" => "QtQml/private/qv4program_p.h",
- "qv8bindings_p.h" => "QtQml/private/qv8bindings_p.h",
- "qv8contextwrapper_p.h" => "QtQml/private/qv8contextwrapper_p.h",
- "qv8debug_p.h" => "QtQml/private/qv8debug_p.h",
- "qv8debugservice_p.h" => "QtQml/private/qv8debugservice_p.h",
- "qv8domerrors_p.h" => "QtQml/private/qv8domerrors_p.h",
- "qv8engine_impl_p.h" => "QtQml/private/qv8engine_impl_p.h",
- "qv8engine_p.h" => "QtQml/private/qv8engine_p.h",
- "qv8include_p.h" => "QtQml/private/qv8include_p.h",
- "qv8listwrapper_p.h" => "QtQml/private/qv8listwrapper_p.h",
- "qv8_p.h" => "QtQml/private/qv8_p.h",
- "qv8profiler_p.h" => "QtQml/private/qv8profiler_p.h",
- "qv8profilerservice_p.h" => "QtQml/private/qv8profilerservice_p.h",
- "qv8qobjectwrapper_p.h" => "QtQml/private/qv8qobjectwrapper_p.h",
- "qv8sequencewrapper_p.h" => "QtQml/private/qv8sequencewrapper_p.h",
- "qv8sequencewrapper_p_p.h" => "QtQml/private/qv8sequencewrapper_p_p.h",
- "qv8sqlerrors_p.h" => "QtQml/private/qv8sqlerrors_p.h",
- "qv8stringwrapper_p.h" => "QtQml/private/qv8stringwrapper_p.h",
- "qv8typewrapper_p.h" => "QtQml/private/qv8typewrapper_p.h",
- "qv8valuetypewrapper_p.h" => "QtQml/private/qv8valuetypewrapper_p.h",
- "qv8variantresource_p.h" => "QtQml/private/qv8variantresource_p.h",
- "qv8variantwrapper_p.h" => "QtQml/private/qv8variantwrapper_p.h",
- "qv8worker_p.h" => "QtQml/private/qv8worker_p.h",
- "textwriter_p.h" => "QtQml/private/textwriter_p.h",
- },
"QtQml" => {
"QQmlImageProvider" => "QtQuick/QQuickImageProvider",
"qqmlimageprovider.h" => "QtQuick/qquickimageprovider.h",