summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-08-25 16:04:14 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-30 13:08:05 +0000
commit9b4a5ada50ab01527dc72ef612735da19a7214ef (patch)
tree29411a83914eb9b6345628d3efa836b2c0f6e3e6 /examples/examples.pro
parent91d6194d28843f477326084f3624a8e0ff570ca9 (diff)
Add a calculator example, taken from w3c document.
The example got slightly modified. Not working perfectly (due to internal logic of the example). Change-Id: I4698688dd724497518aadbe5155a280329074615 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 b7d4253..7ea8f7d 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -7,6 +7,7 @@ qtHaveModule(widgets) {
SUBDIRS += mediaplayer-widgets-dynamic
SUBDIRS += pinball-widgets-static
SUBDIRS += pinball-ecmascript-widgets-static
+ SUBDIRS += calculator-widgets-static
}
qtHaveModule(qml) {