From 1dfaecfb1e1cc163841e0e7ba05048ab9503d45d Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 11 May 2023 21:18:56 +0200 Subject: ScxmlEditor: Fix Qbs build Amends 2d1b8dbc2987e6db76c78d8cb449b47e39dd1597. Change-Id: I994b98b3f5b5bd0ae8026f04ddd6c42beb9545e0 Reviewed-by: Alessandro Portale Reviewed-by: hjk --- src/plugins/scxmleditor/scxmleditor.qbs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/scxmleditor/scxmleditor.qbs b/src/plugins/scxmleditor/scxmleditor.qbs index c110b92f28..39340d8764 100644 --- a/src/plugins/scxmleditor/scxmleditor.qbs +++ b/src/plugins/scxmleditor/scxmleditor.qbs @@ -93,6 +93,7 @@ QtcPlugin { "baseitem.cpp", "baseitem.h", "connectableitem.cpp", "connectableitem.h", "cornergrabberitem.cpp", "cornergrabberitem.h", + "eventitem.cpp", "eventitem.h", "finalstateitem.cpp", "finalstateitem.h", "genericscxmlplugin.cpp", "genericscxmlplugin.h", "graphicsitemprovider.h", -- cgit v1.2.1