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" ]