Restructure components

This commit is contained in:
Anton Thomasson 2019-12-15 12:11:40 +01:00
parent 941dbb0891
commit 733fd201b8
9 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@ SOURCES += src/harbour-seaprint.cpp \
DISTFILES += qml/harbour-seaprint.qml \
qml/cover/CoverPage.qml \
qml/components/AboutLabel.qml \
qml/components/*.qml \
qml/pages/*.qml \
qml/pages/*.js \
qml/pages/*svg \

View file

@ -4,6 +4,7 @@ import Sailfish.Pickers 1.0
import seaprint.ippdiscovery 1.0
import seaprint.ippprinter 1.0
import "utils.js" as Utils
import "../components"
import Nemo.DBus 2.0
Page {