ResourceEditor: Fix include and Qbs build

Amends bc19a26c06.

Change-Id: I1c370c982cbb9e4b5aa7887043d097b1cce76d5e
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2022-08-23 07:05:42 +02:00
parent d0f134aa49
commit 13a9f6663b
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
#include "qrceditor.h" #include "qrceditor.h"
#include "resourceeditortr.h" #include "../resourceeditortr.h"
#include "undocommands_p.h" #include "undocommands_p.h"
#include <aggregation/aggregate.h> #include <aggregation/aggregate.h>

View File

@@ -19,6 +19,7 @@ Project {
"resourceeditorconstants.h", "resourceeditorconstants.h",
"resourceeditorfactory.cpp", "resourceeditorfactory.h", "resourceeditorfactory.cpp", "resourceeditorfactory.h",
"resourceeditorplugin.cpp", "resourceeditorplugin.h", "resourceeditorplugin.cpp", "resourceeditorplugin.h",
"resourceeditortr.h",
"resourceeditorw.cpp", "resourceeditorw.h", "resourceeditorw.cpp", "resourceeditorw.h",
"resource_global.h", "resourcenode.cpp", "resourcenode.h" "resource_global.h", "resourcenode.cpp", "resourcenode.h"
] ]