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 ...@@ -34,6 +34,8 @@ import QtQuick.Controls 1.0 //needed for the Stack attached property
import QtQuick.Controls.Nemo 1.0 import QtQuick.Controls.Nemo 1.0
import QtQuick.Controls.Styles.Nemo 1.0 import QtQuick.Controls.Styles.Nemo 1.0
import Nemo.Dialogs 1.0
Page { Page {
id: root id: root
......
import QtQuick 2.6 import QtQuick 2.6
import QtQuick.Controls.Nemo 1.0
Item { Item {
id: shell 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
...@@ -3,3 +3,4 @@ TEMPLATE = subdirs ...@@ -3,3 +3,4 @@ TEMPLATE = subdirs
SUBDIRS += controls SUBDIRS += controls
SUBDIRS += styles SUBDIRS += styles
SUBDIRS += models 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