Skip to content

Commit

Permalink
fix: solve the problem of failed compilation
Browse files Browse the repository at this point in the history
as title

Log: as title
Influence: compilation
  • Loading branch information
yixinshark committed Jun 26, 2024
1 parent 6ecf2b6 commit a46e282
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions plugins/dde-dock/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
#
# SPDX-License-Identifier: CC0-1.0

include_directories(../../interfaces)
include_directories(util)
include_directories(widgets)
Expand Down
4 changes: 0 additions & 4 deletions plugins/dde-dock/bluetooth/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
#
# SPDX-License-Identifier: CC0-1.0

set(PLUGIN_NAME "bluetooth")

Expand Down Expand Up @@ -38,7 +35,6 @@ set_target_properties(${PLUGIN_NAME} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ../syst
target_include_directories(${PLUGIN_NAME} PUBLIC ${DtkWidget_INCLUDE_DIRS}
${DFrameworkDBus_INCLUDE_DIRS}
${QGSettings_INCLUDE_DIRS}
../../interfaces
../common
componments)

Expand Down
3 changes: 0 additions & 3 deletions plugins/dde-network-core/dock-network-plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
#
# SPDX-License-Identifier: CC0-1.0

set(PLUGIN_NAME "dock-network-plugin")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ bool AccessPointProxyNM::isWlan6() const
if (capability.testFlag(NetworkManager::AccessPoint::Capability::He))
return true;
#endif

return false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef WIRELESSCASTINGPLUGIN_H
#define WIRELESSCASTINGPLUGIN_H
#include "wirelesscastingitem.h"
#include <pluginsiteminterface_v2.h>
#include "pluginsiteminterface_v2.h"

#include <QObject>

Expand Down

0 comments on commit a46e282

Please sign in to comment.