diff options
author | Mitch Curtis <[email protected]> | 2021-08-12 14:39:51 +0200 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2021-08-16 12:52:59 +0200 |
commit | 809339d1484cf556512534367b8170bc26baf072 (patch) | |
tree | 12871313b658f36d058b5ef25af1e247e9c46ce9 /src/quickcontrols2/designer/CMakeLists.txt | |
parent | b01b4f00eae8022c6a97d90f54dac395144ae095 (diff) |
Now that qtquickcontrols2 has been merged into qtdeclarative,
we should make it obvious that this repo should no longer be
used, by preventing it from being built.
Task-number: QTBUG-95173
Pick-to: 6.2
Change-Id: I95bd6a214f3d75a865ab163ee0a1f9ffbeb7a051
Reviewed-by: Alexandru Croitor <[email protected]>
Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'src/quickcontrols2/designer/CMakeLists.txt')
-rw-r--r-- | src/quickcontrols2/designer/CMakeLists.txt | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/src/quickcontrols2/designer/CMakeLists.txt b/src/quickcontrols2/designer/CMakeLists.txt deleted file mode 100644 index 38d82ace..00000000 --- a/src/quickcontrols2/designer/CMakeLists.txt +++ /dev/null @@ -1,61 +0,0 @@ -file(GLOB_RECURSE __aux_qml_glob_files - RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" - "images/*.png" -) - -qt_copy_or_install( - FILES - ${__aux_qml_glob_files} - DESTINATION "${INSTALL_QMLDIR}/QtQuick/Controls/designer/images" -) - -qt_copy_or_install( - FILES - AbstractButtonSection.qml - BusyIndicatorSpecifics.qml - ButtonSection.qml - ButtonSpecifics.qml - CheckBoxSpecifics.qml - CheckDelegateSpecifics.qml - CheckSection.qml - ComboBoxSpecifics.qml - ContainerSection.qml - ControlSection.qml - ControlSpecifics.qml - DelayButtonSpecifics.qml - DialSpecifics.qml - FrameSpecifics.qml - GroupBoxSpecifics.qml - InsetSection.qml - ItemDelegateSection.qml - ItemDelegateSpecifics.qml - LabelSpecifics.qml - PaddingSection.qml - PageIndicatorSpecifics.qml - PageSpecifics.qml - PaneSection.qml - PaneSpecifics.qml - ProgressBarSpecifics.qml - RadioButtonSpecifics.qml - RadioDelegateSpecifics.qml - RangeSliderSpecifics.qml - RoundButtonSpecifics.qml - ScrollViewSpecifics.qml - SliderSpecifics.qml - SpinBoxSpecifics.qml - StackViewSpecifics.qml - SwipeDelegateSpecifics.qml - SwipeViewSpecifics.qml - SwitchDelegateSpecifics.qml - SwitchSpecifics.qml - TabBarSpecifics.qml - TabButtonSpecifics.qml - TextAreaSpecifics.qml - TextFieldSpecifics.qml - ToolBarSpecifics.qml - ToolButtonSpecifics.qml - ToolSeparatorSpecifics.qml - TumblerSpecifics.qml - qtquickcontrols2.metainfo - DESTINATION "${INSTALL_QMLDIR}/QtQuick/Controls/designer" -) |