From 47201c6eb2ba270a84956befa273b8d1b44ab6b0 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 4 Apr 2019 16:50:10 +0200 Subject: [PATCH] QmlDesigner: Fix qbs build Change-Id: Ibf8936f880af92d733b57e05860ba8e88e9dc114 Reviewed-by: hjk Reviewed-by: Aleksei German --- src/plugins/qmldesigner/qmldesignerplugin.qbs | 8 ++++++++ 1 file changed, 8 insertions(+) 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",