diff options
author | Christian Stenger <christian.stenger@qt.io> | 2022-08-23 07:05:42 +0200 |
---|---|---|
committer | Christian Stenger <christian.stenger@qt.io> | 2022-08-23 05:09:35 +0000 |
commit | 13a9f6663b7d321c01075d5e1627bc3f5d7b1b88 (patch) | |
tree | c2e098cd9d06a4ca31f9ba56b1d731da79de0c99 /src/plugins/resourceeditor | |
parent | d0f134aa499d179a5b8556b9c92b262e5c5391c6 (diff) | |
download | qt-creator-13a9f6663b7d321c01075d5e1627bc3f5d7b1b88.tar.gz |
ResourceEditor: Fix include and Qbs build
Amends bc19a26c068de6.
Change-Id: I1c370c982cbb9e4b5aa7887043d097b1cce76d5e
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/resourceeditor')
-rw-r--r-- | src/plugins/resourceeditor/qrceditor/qrceditor.cpp | 2 | ||||
-rw-r--r-- | src/plugins/resourceeditor/resourceeditor.qbs | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/qrceditor/qrceditor.cpp b/src/plugins/resourceeditor/qrceditor/qrceditor.cpp index e0ef376641..6f5b5eebb9 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 <aggregation/aggregate.h> diff --git a/src/plugins/resourceeditor/resourceeditor.qbs b/src/plugins/resourceeditor/resourceeditor.qbs index 359e0f12c4..eb09034c0c 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" ] |