QmlDesigner: reduce enumeration to header only

It is used in some other external qmldesigner plugin and
these are built against current dev packages, which
are not contain this cpp file.
Different solution would be to add:
  r"^share/qtcreator/qml/qmlpuppet/types/enumeration.cpp$",
to scripts/createDevPackage.py which feels not that clean.


Change-Id: Ia1fb5c02f457d98474218689ebf6483706265dde
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Tim Jenssen
2019-08-07 16:00:21 +02:00
parent 6ab4d69440
commit c9b91e7e6b
10 changed files with 72 additions and 139 deletions

View File

@@ -121,7 +121,6 @@ QtcTool {
"interfaces/nodeinstanceserverinterface.cpp",
"interfaces/nodeinstanceserverinterface.h",
"qmlprivategate/qmlprivategate.h",
"types/enumeration.cpp",
"types/enumeration.h",
]
}