Skip to content
Snippets Groups Projects
Commit 3906a6af authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

Fix qbs build


Change-Id: Ia46ac9dfa010e623d71e77c50f84517db71338ec
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@digia.com>
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 9141e257
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ QtcPlugin {
Depends { name: "CppTools" }
Depends { name: "TextEditor" }
Depends { name: "QmlJSTools" }
Depends { name: "ResourceEditor" }
pluginRecommends: [
"Designer"
......
......@@ -7,10 +7,13 @@ QtcPlugin {
Depends { name: "Qt"; submodules: ["widgets", "xml"] }
Depends { name: "Aggregation" }
Depends { name: "ProjectExplorer" }
Depends { name: "Utils" }
Depends { name: "Core" }
cpp.defines: base.concat(["RESOURCE_LIBRARY"])
Group {
name: "General"
files: [
......
......@@ -28,8 +28,8 @@
****************************************************************************/
#include "resourcenode.h"
#include "resourcefile_p.h"
#include "resourceeditorconstants.h"
#include "qrceditor/resourcefile_p.h"
#include <utils/fileutils.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment