CompilerExplorer: Add plugin to qbs build

Amends e34762c844.

Change-Id: I6da9820b35df1783a6e99279f18d7e23a25c2a7e
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Christian Stenger
2023-08-17 09:47:42 +02:00
parent dd253a3940
commit 8542c982b4
3 changed files with 4 additions and 1 deletions

View File

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

View File

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

View File

@@ -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",