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
|
||||
|
||||
#include "compiler.h"
|
||||
#include "compilerexploreraspects.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "../compilerexploreraspects.h"
|
||||
|
||||
#include <QList>
|
||||
#include <QString>
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ QtcPlugin {
|
||||
name: "CompilerExplorer"
|
||||
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "TextEditor" }
|
||||
Depends { name: "Qt"; submodules: ["widgets", "network"] }
|
||||
|
||||
files: [
|
||||
|
||||
@@ -20,6 +20,7 @@ Project {
|
||||
"classview/classview.qbs",
|
||||
"clearcase/clearcase.qbs",
|
||||
"cmakeprojectmanager/cmakeprojectmanager.qbs",
|
||||
"compilerexplorer/compilerexplorer.qbs",
|
||||
"mesonprojectmanager/mesonprojectmanager.qbs",
|
||||
"coco/coco.qbs",
|
||||
"compilationdatabaseprojectmanager/compilationdatabaseprojectmanager.qbs",
|
||||
|
||||
Reference in New Issue
Block a user