forked from qt-creator/qt-creator
ResourceEditor: Fix include and Qbs build
Amends bc19a26c06
.
Change-Id: I1c370c982cbb9e4b5aa7887043d097b1cce76d5e
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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"
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user