forked from qt-creator/qt-creator
CompilerExplorer: Add plugin to qbs build
Amends e34762c844.
Change-Id: I6da9820b35df1783a6e99279f18d7e23a25c2a7e
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -4,9 +4,10 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "compiler.h"
|
#include "compiler.h"
|
||||||
#include "compilerexploreraspects.h"
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#include "../compilerexploreraspects.h"
|
||||||
|
|
||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ QtcPlugin {
|
|||||||
name: "CompilerExplorer"
|
name: "CompilerExplorer"
|
||||||
|
|
||||||
Depends { name: "Core" }
|
Depends { name: "Core" }
|
||||||
|
Depends { name: "TextEditor" }
|
||||||
Depends { name: "Qt"; submodules: ["widgets", "network"] }
|
Depends { name: "Qt"; submodules: ["widgets", "network"] }
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ Project {
|
|||||||
"classview/classview.qbs",
|
"classview/classview.qbs",
|
||||||
"clearcase/clearcase.qbs",
|
"clearcase/clearcase.qbs",
|
||||||
"cmakeprojectmanager/cmakeprojectmanager.qbs",
|
"cmakeprojectmanager/cmakeprojectmanager.qbs",
|
||||||
|
"compilerexplorer/compilerexplorer.qbs",
|
||||||
"mesonprojectmanager/mesonprojectmanager.qbs",
|
"mesonprojectmanager/mesonprojectmanager.qbs",
|
||||||
"coco/coco.qbs",
|
"coco/coco.qbs",
|
||||||
"compilationdatabaseprojectmanager/compilationdatabaseprojectmanager.qbs",
|
"compilationdatabaseprojectmanager/compilationdatabaseprojectmanager.qbs",
|
||||||
|
|||||||
Reference in New Issue
Block a user