forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user