summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2016-01-11 17:09:34 +0100
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2016-02-11 08:11:24 +0000
commit095f32036aa31d8cc05e9c608858ec0fd57d23fb (patch)
treeefd73643388b73b7d9e36e8fa30aae5d967a6be7 /examples/examples.pro
parenta69dfbcbb1cdfe8da6e8f78645582169e948ca58 (diff)
Reorganize the calculator example.
Change-Id: I6696fcc426296a5d17180edfbdaee7842429e0c9 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 20ef6c2..0ee3d2e 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -6,8 +6,8 @@ qtHaveModule(widgets) {
SUBDIRS += trafficlight-widgets-dynamic
SUBDIRS += mediaplayer-widgets-static
SUBDIRS += mediaplayer-widgets-dynamic
+ SUBDIRS += calculator
SUBDIRS += pinball
- SUBDIRS += calculator-widgets-static
}
qtHaveModule(qml) {