From 80767c9dbf680f32a2c3117f042458f19c570cad Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Fri, 14 Oct 2016 01:10:10 +0300 Subject: [PATCH] update qmldir to new ui element --- sources/awesome-widget/package/contents/ui/qmldir | 1 + sources/desktop-panel/package/contents/ui/qmldir | 1 + sources/qml/qmldir.in | 1 + 3 files changed, 3 insertions(+) diff --git a/sources/awesome-widget/package/contents/ui/qmldir b/sources/awesome-widget/package/contents/ui/qmldir index ac87875..55ef134 100644 --- a/sources/awesome-widget/package/contents/ui/qmldir +++ b/sources/awesome-widget/package/contents/ui/qmldir @@ -7,6 +7,7 @@ singleton general 1.0 file:///usr/share/awesomewidgets/qml/general.qml # custom QML UI classes AboutTab file:///usr/share/awesomewidgets/qml/AboutTab.qml +AWTagSelector file:///usr/share/awesomewidgets/qml/AWTagSelector.qml BugReport file:///usr/share/awesomewidgets/qml/BugReport.qml ButtonSelector file:///usr/share/awesomewidgets/qml/ButtonSelector.qml CheckBoxSelector file:///usr/share/awesomewidgets/qml/CheckBoxSelector.qml diff --git a/sources/desktop-panel/package/contents/ui/qmldir b/sources/desktop-panel/package/contents/ui/qmldir index ac87875..55ef134 100644 --- a/sources/desktop-panel/package/contents/ui/qmldir +++ b/sources/desktop-panel/package/contents/ui/qmldir @@ -7,6 +7,7 @@ singleton general 1.0 file:///usr/share/awesomewidgets/qml/general.qml # custom QML UI classes AboutTab file:///usr/share/awesomewidgets/qml/AboutTab.qml +AWTagSelector file:///usr/share/awesomewidgets/qml/AWTagSelector.qml BugReport file:///usr/share/awesomewidgets/qml/BugReport.qml ButtonSelector file:///usr/share/awesomewidgets/qml/ButtonSelector.qml CheckBoxSelector file:///usr/share/awesomewidgets/qml/CheckBoxSelector.qml diff --git a/sources/qml/qmldir.in b/sources/qml/qmldir.in index 2261f07..541a2e9 100644 --- a/sources/qml/qmldir.in +++ b/sources/qml/qmldir.in @@ -7,6 +7,7 @@ singleton general 1.0 file://@CMAKE_INSTALL_PREFIX@/@DATA_INSTALL_DIR@/@PROJECT_ # custom QML UI classes AboutTab file://@CMAKE_INSTALL_PREFIX@/@DATA_INSTALL_DIR@/@PROJECT_NAME@/qml/AboutTab.qml +AWTagSelector file://@CMAKE_INSTALL_PREFIX@/@DATA_INSTALL_DIR@/@PROJECT_NAME@/qml/AWTagSelector.qml BugReport file://@CMAKE_INSTALL_PREFIX@/@DATA_INSTALL_DIR@/@PROJECT_NAME@/qml/BugReport.qml ButtonSelector file://@CMAKE_INSTALL_PREFIX@/@DATA_INSTALL_DIR@/@PROJECT_NAME@/qml/ButtonSelector.qml CheckBoxSelector file://@CMAKE_INSTALL_PREFIX@/@DATA_INSTALL_DIR@/@PROJECT_NAME@/qml/CheckBoxSelector.qml