[gegl-qt] QML: Use GeglQt4 instead of GeglQt as module name



commit be5efefd05f28a8fbac57ff4fe9bb6a764ccecc0
Author: Jon Nordby <jononor gmail com>
Date:   Wed Sep 28 20:24:37 2011 +0200

    QML: Use GeglQt4 instead of GeglQt as module name

 config.pri                                       |    2 +-
 examples/qml-basic/qml-basic.qml                 |    2 +-
 examples/qml-paint/qml-paint.qml                 |    2 +-
 plugins/qml-plugin/{GeglQt => GeglQt4}/qmldir.in |    0
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/config.pri b/config.pri
index a0519ce..f7dce87 100644
--- a/config.pri
+++ b/config.pri
@@ -9,7 +9,7 @@ GEGLQT_API_VERSION = 0.1
 GEGLQT_BASELIBNAME = gegl-qt4
 GEGLQT_LIBNAME = $$GEGLQT_BASELIBNAME-$$GEGLQT_API_VERSION
 
-GEGLQT_QML_API_NAME = GeglQt
+GEGLQT_QML_API_NAME = GeglQt4
 GEGLQT_QML_API_VERSION_MAJOR = 0
 GEGLQT_QML_API_VERSION_MINOR = 1
 GEGLQT_QML_API_VERSION = 0.1
diff --git a/examples/qml-basic/qml-basic.qml b/examples/qml-basic/qml-basic.qml
index 96b2e50..4ee8ac6 100644
--- a/examples/qml-basic/qml-basic.qml
+++ b/examples/qml-basic/qml-basic.qml
@@ -1,5 +1,5 @@
 import QtQuick 1.0
-import GeglQt 0.1 as GeglQt
+import GeglQt4 0.1 as GeglQt
 
 GeglQt.NodeView {
     inputNode: globalNode
diff --git a/examples/qml-paint/qml-paint.qml b/examples/qml-paint/qml-paint.qml
index 67d4b70..401305d 100644
--- a/examples/qml-paint/qml-paint.qml
+++ b/examples/qml-paint/qml-paint.qml
@@ -1,5 +1,5 @@
 import QtQuick 1.0
-import GeglQt 0.1 as GeglQt
+import GeglQt4 0.1 as GeglQt
 
 Rectangle {
     width: 512
diff --git a/plugins/qml-plugin/GeglQt/qmldir.in b/plugins/qml-plugin/GeglQt4/qmldir.in
similarity index 100%
rename from plugins/qml-plugin/GeglQt/qmldir.in
rename to plugins/qml-plugin/GeglQt4/qmldir.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]