diff options
author | Jørn Bersvendsen <jornb87@gmail.com> | 2016-09-19 11:15:47 +0200 |
---|---|---|
committer | Fredrik Orderud <forderud@gmail.com> | 2016-09-22 16:26:20 +0000 |
commit | 829abebf3334218182d6b334855e4ae4658575f4 (patch) | |
tree | fe064b3a67f35315c011632b48d810303a4c90bf /examples/activeqt/activeqt.pro | |
parent | 4329879b4d73936fe757591f19cb2a86cae1d6b7 (diff) | |
download | qtactiveqt-829abebf3334218182d6b334855e4ae4658575f4.tar.gz |
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/activeqt.pro')
-rw-r--r-- | examples/activeqt/activeqt.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/activeqt/activeqt.pro b/examples/activeqt/activeqt.pro index dcfdb81..97b22bd 100644 --- a/examples/activeqt/activeqt.pro +++ b/examples/activeqt/activeqt.pro @@ -8,6 +8,7 @@ SUBDIRS += comapp \ contains(QT_CONFIG, shared):SUBDIRS += webbrowser contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2): SUBDIRS += opengl +qtHaveModule(quickcontrols2):SUBDIRS += simpleqml # For now only the contain examples with mingw, for the others you need # an IDL compiler |