### This file is automatically generated by Qt Design Studio.
### Do not change

set_source_files_properties(Constants.qml
    PROPERTIES
        QT_QML_SINGLETON_TYPE true
)



qt_add_library(Drumpad STATIC)
qt6_add_qml_module(Drumpad
    URI "Drumpad"
    VERSION 1.0
    RESOURCE_PREFIX "/qt/qml"
    QML_FILES
        "VolumeSlider.qml"
        "AvailableSoundsComboBox.qml"
        "CenteredFlow.qml"
        "SoundEffectPlayer.qml"
        "Constants.qml"
        "StyledSpinBox.qml"
        "PadButton.qml"
)


