aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2023-05-11 21:18:56 +0200
committerChristian Stenger <christian.stenger@qt.io>2023-05-12 06:21:50 +0000
commit1dfaecfb1e1cc163841e0e7ba05048ab9503d45d (patch)
tree0d2af90ef0b1ed4c83ed996a512c806cd5e432ed /src/plugins/scxmleditor
parentb8a82d824b2749d9d73d34ed1fe727b45efc34f4 (diff)
ScxmlEditor: Fix Qbs build
Amends 2d1b8dbc2987e6db76c78d8cb449b47e39dd1597. Change-Id: I994b98b3f5b5bd0ae8026f04ddd6c42beb9545e0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor')
-rw-r--r--src/plugins/scxmleditor/scxmleditor.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/scxmleditor/scxmleditor.qbs b/src/plugins/scxmleditor/scxmleditor.qbs
index c110b92f28d..39340d8764c 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",