QML UI: build against latest Kirigami

But of course this doesn't work, yet.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-12-27 01:45:23 -08:00
parent 083b7e83ae
commit a842e44b68
15 changed files with 16 additions and 14 deletions

View file

@ -2,7 +2,7 @@ import QtQuick 2.5
import QtQuick.Controls 1.4
import QtQuick.Layouts 1.1
import QtQuick.Window 2.2
import org.kde.kirigami 1.0 as Kirigami
import org.kde.kirigami 2.0 as Kirigami
Kirigami.Page {