qt_add_qml_module(BackingFirst
    URI First
    VERSION 1.0
    SOURCES
        Neighbor.cpp
        Neighbor.h
    QML_FILES
        DoSomething.qml
)
