mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +00:00
homescreens/folio: Remove unused plugin directory
This commit is contained in:
parent
0c774e1133
commit
30fa54b401
2 changed files with 0 additions and 44 deletions
|
|
@ -1,38 +0,0 @@
|
||||||
# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
|
|
||||||
set(folioplugin_SRCS
|
|
||||||
folioplugin.cpp
|
|
||||||
applicationlistmodel.cpp
|
|
||||||
homescreenstate.cpp
|
|
||||||
windowlistener.cpp
|
|
||||||
favouritesmodel.cpp
|
|
||||||
folioapplication.cpp
|
|
||||||
folioapplicationfolder.cpp
|
|
||||||
foliodelegate.cpp
|
|
||||||
foliosettings.cpp
|
|
||||||
pagemodel.cpp
|
|
||||||
pagelistmodel.cpp
|
|
||||||
delegatetoucharea.cpp
|
|
||||||
dragstate.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/private/mobile/homescreen/folio)
|
|
||||||
|
|
||||||
add_library(folioplugin SHARED ${folioplugin_SRCS})
|
|
||||||
|
|
||||||
target_link_libraries(folioplugin
|
|
||||||
Qt::Gui
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
Plasma::Plasma
|
|
||||||
Plasma::PlasmaQuick
|
|
||||||
KF6::I18n
|
|
||||||
KF6::Service
|
|
||||||
KF6::KIOGui
|
|
||||||
KF6::JobWidgets
|
|
||||||
Plasma::KWaylandClient
|
|
||||||
KF6::WindowSystem)
|
|
||||||
|
|
||||||
set_property(TARGET folioplugin PROPERTY LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/org/kde/private/mobile/homescreen/folio)
|
|
||||||
install(TARGETS folioplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/private/mobile/homescreen/folio)
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
|
|
||||||
module org.kde.private.mobile.homescreen.folio
|
|
||||||
plugin folioplugin
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue