From 65141ff5289e4d5783785dd7b4c7296a72515567 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Tue, 11 Oct 2016 00:00:07 +0300 Subject: [PATCH] add comment lines to qmldir.in file --- sources/qml/qmldir.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sources/qml/qmldir.in b/sources/qml/qmldir.in index d038f78..336c5b7 100644 --- a/sources/qml/qmldir.in +++ b/sources/qml/qmldir.in @@ -1,5 +1,11 @@ +# Do not edit qmldir directly it will be overrided during compilation, +# edit qml/qmldir.in file instead. + + +# common QML constants singleton general 1.0 file://@CMAKE_INSTALL_PREFIX@/@DATA_INSTALL_DIR@/@PROJECT_NAME@/qml/general.qml +# custom QML UI classes AboutTab file://@CMAKE_INSTALL_PREFIX@/@DATA_INSTALL_DIR@/@PROJECT_NAME@/qml/AboutTab.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