Add missing components in org.kde.plasma.components 3.0
Summary: These were created but never installed. Was looking into porting krunner to 3.0 and they were missing. Test Plan: Used them in the WIP port of KRunner Reviewers: #plasma, mart Reviewed By: #plasma, mart Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D22546
This commit is contained in:
parent
4e35b61a83
commit
f04584d423
@ -53,6 +53,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/BusyIndicator.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/RadioIndicator.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/RangeSlider.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/ScrollBar.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/ScrollView.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/Slider.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/SpinBox.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/Switch.qml
|
||||
@ -62,6 +63,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/BusyIndicator.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/TabButton.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/TextArea.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/TextField.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/ToolTip.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/ToolBar.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/ToolButton.qml
|
||||
${CMAKE_CURRENT_BINARY_DIR}/plasmacomponents3/qmldir
|
||||
|
@ -21,6 +21,7 @@ RadioButton 3.0 RadioButton.qml
|
||||
RadioDelegate 3.0 RadioDelegate.qml
|
||||
RangeSlider 3.0 RangeSlider.qml
|
||||
ScrollBar 3.0 ScrollBar.qml
|
||||
ScrollView 3.0 ScrollView.qml
|
||||
Slider 3.0 Slider.qml
|
||||
SpinBox 3.0 SpinBox.qml
|
||||
SwitchDelegate 3.0 SwitchDelegate.qml
|
||||
|
Loading…
Reference in New Issue
Block a user