Skip to content

Commit b5972e2

Browse files
committed
chore: remove qt5 depends
log: as title
1 parent 4cb1e18 commit b5972e2

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Build-Depends:
3232
libqt6svg6,
3333
libdtk6declarative, qml6-module-qtquick-controls2-styles-chameleon, qt6-declarative-private-dev,
3434
libyaml-cpp-dev,
35-
qtbase5-dev, qtbase5-private-dev, qtwayland5-dev-tools, qtwayland5-private-dev, libdtkgui-dev, libdtkwidget-dev, libdtkcore5-bin,
3635
qt6-l10n-tools, qt6-svg-dev, dde-tray-loader-dev (>= 0.0.11),
3736
dde-application-manager-api (>= 1.2.16), dde-control-center-dev (>= 6.0.73)
3837
Standards-Version: 3.9.8

frame/qml/PanelPopupWindow.qml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ Window {
124124
return appearance.opacity
125125
}
126126
blendColor: {
127-
// TODO: when dtk support treeland blur, remove following
128-
if (Qt.platform.pluginName === "wayland")
129-
return "transparent"
130-
131127
if (valid) {
132128
return DStyle.Style.control.selectColor(undefined,
133129
Qt.rgba(235 / 255.0, 235 / 255.0, 235 / 255.0, blendColorAlpha(0.6)),

panels/dock/package/main.qml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ Window {
8484
anchors.fill: parent
8585
cornerRadius: 0
8686
blendColor: {
87-
// TODO: when dtk support treeland blur, remove following
88-
if (Qt.platform.pluginName === "wayland")
89-
return "transparent"
90-
9187
if (valid) {
9288
return DStyle.Style.control.selectColor(undefined,
9389
Qt.rgba(235 / 255.0, 235 / 255.0, 235 / 255.0, dock.blendColorAlpha(0.6)),

0 commit comments

Comments
 (0)