Fix qbs build

Change-Id: Ia46ac9dfa010e623d71e77c50f84517db71338ec
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Orgad Shaneh
2014-02-19 20:07:12 +02:00
committed by Orgad Shaneh
parent 9141e257f9
commit 3906a6af1b
3 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ QtcPlugin {
Depends { name: "CppTools" }
Depends { name: "TextEditor" }
Depends { name: "QmlJSTools" }
Depends { name: "ResourceEditor" }
pluginRecommends: [
"Designer"

View File

@@ -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: [

View File

@@ -28,8 +28,8 @@
****************************************************************************/
#include "resourcenode.h"
#include "resourcefile_p.h"
#include "resourceeditorconstants.h"
#include "qrceditor/resourcefile_p.h"
#include <utils/fileutils.h>