From 13a9f6663b7d321c01075d5e1627bc3f5d7b1b88 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 23 Aug 2022 07:05:42 +0200 Subject: [PATCH] ResourceEditor: Fix include and Qbs build Amends bc19a26c068de6. Change-Id: I1c370c982cbb9e4b5aa7887043d097b1cce76d5e Reviewed-by: David Schulz --- src/plugins/resourceeditor/qrceditor/qrceditor.cpp | 2 +- src/plugins/resourceeditor/resourceeditor.qbs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/resourceeditor/qrceditor/qrceditor.cpp b/src/plugins/resourceeditor/qrceditor/qrceditor.cpp index e0ef3766418..6f5b5eebb95 100644 --- a/src/plugins/resourceeditor/qrceditor/qrceditor.cpp +++ b/src/plugins/resourceeditor/qrceditor/qrceditor.cpp @@ -25,7 +25,7 @@ #include "qrceditor.h" -#include "resourceeditortr.h" +#include "../resourceeditortr.h" #include "undocommands_p.h" #include diff --git a/src/plugins/resourceeditor/resourceeditor.qbs b/src/plugins/resourceeditor/resourceeditor.qbs index 359e0f12c49..eb09034c0ca 100644 --- a/src/plugins/resourceeditor/resourceeditor.qbs +++ b/src/plugins/resourceeditor/resourceeditor.qbs @@ -19,6 +19,7 @@ Project { "resourceeditorconstants.h", "resourceeditorfactory.cpp", "resourceeditorfactory.h", "resourceeditorplugin.cpp", "resourceeditorplugin.h", + "resourceeditortr.h", "resourceeditorw.cpp", "resourceeditorw.h", "resource_global.h", "resourcenode.cpp", "resourcenode.h" ]