qmlpuppet: remove qmlprivategate DesignerSupport < Qt 5.6

Task-number: QTCREATORBUG-26600
Change-Id: I629c8cd1f497ed2dd354ff461aa890a77bdc2a01
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Tim Jenssen
2022-07-11 14:10:13 +02:00
parent a74582a9d3
commit d6c10e775d
25 changed files with 430 additions and 2134 deletions

View File

@@ -254,8 +254,7 @@ extend_qtc_executable(qml2puppet
extend_qtc_executable(qml2puppet
SOURCES_PREFIX "${SRCDIR}/qmlprivategate"
SOURCES
designersupportdelegate.h
qmlprivategate_56.cpp qmlprivategate.h
qmlprivategate.cpp qmlprivategate.h
)
if(DEFINED MULTILANGUAGE_SUPPORT_SUBDIRECTORY AND Qt6_VERSION VERSION_GREATER_EQUAL 6.2.1)

View File

@@ -304,19 +304,6 @@ QtcTool {
condition: QtcFunctions.versionIsAtLeast(Qt.core.version, "5.6.0")
prefix: puppetDir + "/qmlprivategate/"
files: [
"qmlprivategate_56.cpp",
]
}
Group {
name: "qmlprivategate (old)"
condition: !QtcFunctions.versionIsAtLeast(Qt.core.version, "5.6.0")
prefix: puppetDir + "/qmlprivategate/"
files: [
"designercustomobjectdata.cpp",
"designercustomobjectdata.h",
"metaobject.cpp",
"metaobject.h",
"qmlprivategate.cpp",
]
}