From 829abebf3334218182d6b334855e4ae4658575f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Bersvendsen?= Date: Mon, 19 Sep 2016 11:15:47 +0200 Subject: Added simpleqml project demonstrating QML in ActiveQt Added a new ActiveQt example application. The application demonstrates the use of QML inside an ActiveQt control, running in-process. Change-Id: I47582cf7eda665ef70f8feccdb6ed1f9e126ab30 Reviewed-by: Fredrik Orderud Reviewed-by: Andy Shaw Reviewed-by: Friedemann Kleint --- examples/activeqt/simpleqml/simpleqml.qrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/activeqt/simpleqml/simpleqml.qrc (limited to 'examples/activeqt/simpleqml/simpleqml.qrc') diff --git a/examples/activeqt/simpleqml/simpleqml.qrc b/examples/activeqt/simpleqml/simpleqml.qrc new file mode 100644 index 0000000..5f6483a --- /dev/null +++ b/examples/activeqt/simpleqml/simpleqml.qrc @@ -0,0 +1,5 @@ + + + main.qml + + -- cgit v1.2.1