summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-09-03 14:14:03 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-30 13:07:58 +0000
commit91d6194d28843f477326084f3624a8e0ff570ca9 (patch)
treedb289462f2696c4e58147b6b70ba0060d93820c4 /examples/examples.pro
parent04f2385d0d4a31ffa05763de542b9dea28742d6a (diff)
Add more advanced version of Pinball with ecmascript
It uses ecmascript to count score / highscore. Change-Id: Idf0953e42d613cac95dc8b82027f61cac0ff890f Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index a315ed1..b7d4253 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -6,6 +6,7 @@ qtHaveModule(widgets) {
SUBDIRS += mediaplayer-widgets-static
SUBDIRS += mediaplayer-widgets-dynamic
SUBDIRS += pinball-widgets-static
+ SUBDIRS += pinball-ecmascript-widgets-static
}
qtHaveModule(qml) {