forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
9141e257f9
commit
3906a6af1b
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user