-
Christian Kandeler authored
The respective items are available without it. Change-Id: Idc840cf08e7bec84f561c096afe8de25b1fb8468 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Christian Kandeler authoredThe respective items are available without it. Change-Id: Idc840cf08e7bec84f561c096afe8de25b1fb8468 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
resourceeditor.qbs 1.00 KiB
import qbs 1.0
QtcPlugin {
name: "ResourceEditor"
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: [
"resourceeditor.qrc",
"resourceeditorconstants.h",
"resourceeditorfactory.cpp", "resourceeditorfactory.h",
"resourceeditorplugin.cpp", "resourceeditorplugin.h",
"resourceeditorw.cpp", "resourceeditorw.h",
"resource_global.h", "resourcenode.cpp", "resourcenode.h"
]
}
Group {
name: "QRC Editor"
prefix: "qrceditor/"
files: [
"qrceditor.cpp", "qrceditor.h", "qrceditor.ui",
"resourcefile.cpp", "resourcefile_p.h",
"resourceview.cpp", "resourceview.h",
"undocommands.cpp", "undocommands_p.h",
]
}
}