forked from qt-creator/qt-creator
WebAssembly: Remove now empty webassemblyplugin.h
Change-Id: Icbf59e53545a823a537461ad9986510f10f5c57d Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -7,7 +7,7 @@ add_qtc_plugin(WebAssembly
|
|||||||
webassemblyconstants.h
|
webassemblyconstants.h
|
||||||
webassemblydevice.cpp webassemblydevice.h
|
webassemblydevice.cpp webassemblydevice.h
|
||||||
webassemblyemsdk.cpp webassemblyemsdk.h
|
webassemblyemsdk.cpp webassemblyemsdk.h
|
||||||
webassemblyplugin.cpp webassemblyplugin.h
|
webassemblyplugin.cpp
|
||||||
webassemblyqtversion.cpp webassemblyqtversion.h
|
webassemblyqtversion.cpp webassemblyqtversion.h
|
||||||
webassemblyrunconfiguration.cpp webassemblyrunconfiguration.h
|
webassemblyrunconfiguration.cpp webassemblyrunconfiguration.h
|
||||||
webassemblysettings.cpp webassemblysettings.h
|
webassemblysettings.cpp webassemblysettings.h
|
||||||
|
@@ -20,7 +20,6 @@ QtcPlugin {
|
|||||||
"webassemblyemsdk.cpp",
|
"webassemblyemsdk.cpp",
|
||||||
"webassemblyemsdk.h",
|
"webassemblyemsdk.h",
|
||||||
"webassemblyplugin.cpp",
|
"webassemblyplugin.cpp",
|
||||||
"webassemblyplugin.h",
|
|
||||||
"webassemblyqtversion.cpp",
|
"webassemblyqtversion.cpp",
|
||||||
"webassemblyqtversion.h",
|
"webassemblyqtversion.h",
|
||||||
"webassemblyrunconfiguration.cpp",
|
"webassemblyrunconfiguration.cpp",
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
// Copyright (C) 2020 The Qt Company Ltd.
|
// Copyright (C) 2020 The Qt Company Ltd.
|
||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
|
|
||||||
#include "webassemblyplugin.h"
|
|
||||||
|
|
||||||
#ifdef WITH_TESTS
|
#ifdef WITH_TESTS
|
||||||
#include "webassembly_test.h"
|
#include "webassembly_test.h"
|
||||||
#endif // WITH_TESTS
|
#endif // WITH_TESTS
|
||||||
|
|
||||||
#include "webassemblydevice.h"
|
#include "webassemblydevice.h"
|
||||||
#include "webassemblyqtversion.h"
|
#include "webassemblyqtversion.h"
|
||||||
#include "webassemblyrunconfiguration.h"
|
#include "webassemblyrunconfiguration.h"
|
||||||
|
Reference in New Issue
Block a user