This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti 3536204961 Merge pull request #16 from guh/fix-linux-build
fix build on desktop linux
2018-06-04 00:55:01 +02:00

11 lines
165 B
QML

import QtQuick 2.0
import QtQuick.Templates 2.2
import QtQuick.Controls.Material 2.2
Page {
background: Rectangle {
color: Material.background
}
}