diff --git a/src/plugins/qmldesigner/qmldesignerplugin.qbs b/src/plugins/qmldesigner/qmldesignerplugin.qbs index 3360a532140..6a2379ea05e 100644 --- a/src/plugins/qmldesigner/qmldesignerplugin.qbs +++ b/src/plugins/qmldesigner/qmldesignerplugin.qbs @@ -562,6 +562,14 @@ Project { "propertyeditor/fileresourcesmodel.h", "propertyeditor/gradientmodel.cpp", "propertyeditor/gradientmodel.h", + "propertyeditor/gradientpresetcustomlistmodel.cpp", + "propertyeditor/gradientpresetcustomlistmodel.h", + "propertyeditor/gradientpresetdefaultlistmodel.cpp", + "propertyeditor/gradientpresetdefaultlistmodel.h", + "propertyeditor/gradientpresetitem.cpp", + "propertyeditor/gradientpresetitem.h", + "propertyeditor/gradientpresetlistmodel.cpp", + "propertyeditor/gradientpresetlistmodel.h", "propertyeditor/propertyeditorcontextobject.cpp", "propertyeditor/propertyeditorcontextobject.h", "propertyeditor/propertyeditortransaction.cpp",