summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/simpleqml/simpleqml.pro
diff options
context:
space:
mode:
authorJørn Bersvendsen <jornb87@gmail.com>2016-09-19 11:15:47 +0200
committerFredrik Orderud <forderud@gmail.com>2016-09-22 16:26:20 +0000
commit829abebf3334218182d6b334855e4ae4658575f4 (patch)
treefe064b3a67f35315c011632b48d810303a4c90bf /examples/activeqt/simpleqml/simpleqml.pro
parent4329879b4d73936fe757591f19cb2a86cae1d6b7 (diff)
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 <forderud@gmail.com> Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/activeqt/simpleqml/simpleqml.pro')
-rw-r--r--examples/activeqt/simpleqml/simpleqml.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/activeqt/simpleqml/simpleqml.pro b/examples/activeqt/simpleqml/simpleqml.pro
new file mode 100644
index 0000000..9043e9d
--- /dev/null
+++ b/examples/activeqt/simpleqml/simpleqml.pro
@@ -0,0 +1,15 @@
+include(../shared.pri)
+
+TEMPLATE = lib
+TARGET = simpleqmlax
+
+QT += widgets axserver quick quickwidgets
+
+SOURCES = main.cpp
+RC_FILE = simpleqml.rc
+DEF_FILE = simpleqml.def
+RESOURCES = simpleqml.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simpleqml
+INSTALLS += target