TEMPLATE = app

QT += \
    gui gui-private core-private \
    quick \
    waylandclient \

SOURCES += \
    main.cpp

RESOURCES += \
    qml.qrc
