summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-08-28 14:08:59 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-30 10:53:24 +0000
commit4d4ac9d4415fe056888b3ff31fb7917d7786cacc (patch)
treedc083a60c6b14633a80a0b873a25f43f3f4f70f5 /examples/examples.pro
parentbff566603655ad2d39a1c791b04ff9f02313ab0a (diff)
Add a pinball example
Change-Id: Ibe8d31fa3b70b862dfb74606f5e4cd5435b25878 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 1f8cd4a..a315ed1 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -5,6 +5,7 @@ qtHaveModule(widgets) {
SUBDIRS += trafficlight-widgets-dynamic
SUBDIRS += mediaplayer-widgets-static
SUBDIRS += mediaplayer-widgets-dynamic
+ SUBDIRS += pinball-widgets-static
}
qtHaveModule(qml) {