Commit 484bd20e authored by Chupligin Sergey's avatar Chupligin Sergey

Move dialogs to separate subproject

parent cbeb5326
......@@ -34,6 +34,8 @@ import QtQuick.Controls 1.0 //needed for the Stack attached property
import QtQuick.Controls.Nemo 1.0
import QtQuick.Controls.Styles.Nemo 1.0
import Nemo.Dialogs 1.0
Page {
id: root
......
import QtQuick 2.6
import QtQuick.Controls.Nemo 1.0
Item {
id: shell
......
PLUGIN_IMPORT_PATH = Nemo/Dialogs
qmlfiles.files = qmldir
qmlfiles.files += *.qml
qmlfiles.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
DISTFILES += \
qmldir \
QueryDialog.qml
INSTALLS += qmlfiles
QueryDialog 1.0 QueryDialog.qml
......@@ -2,4 +2,5 @@ TEMPLATE = subdirs
SUBDIRS += controls
SUBDIRS += styles
SUBDIRS += models
\ No newline at end of file
SUBDIRS += models
SUBDIRS += dialogs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment