summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_parts.prf
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-07-06 09:03:28 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-06 13:58:05 +0200
commitd815043b11aeae42c54551b877c379bce60bde3a (patch)
treec7b0df6fcff110c8df268d7a01cb28dfb3664fe8 /mkspecs/features/qt_parts.prf
parent89d7a55db453d8cb6d582e209dea88de66995c8f (diff)
qt_parts.prf: fixed handling of demos
Subdir for demos/demos.pro is 'demos', not 'examples'. Change-Id: Ic4d80501e5d910891b0436ecd9881b79a4a99090 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs/features/qt_parts.prf')
-rw-r--r--mkspecs/features/qt_parts.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/features/qt_parts.prf b/mkspecs/features/qt_parts.prf
index a99fdaddf2..df932dd7b3 100644
--- a/mkspecs/features/qt_parts.prf
+++ b/mkspecs/features/qt_parts.prf
@@ -24,8 +24,8 @@ exists($$_PRO_FILE_PWD_/examples/examples.pro) {
# Some modules still have these
exists($$_PRO_FILE_PWD_/demos/demos.pro) {
- sub_demos.subdir = examples
- sub_demos.target = sub-examples
+ sub_demos.subdir = demos
+ sub_demos.target = sub-demos
sub_demos.depends = sub_src
!contains(QT_BUILD_PARTS, examples): sub_demos.CONFIG = no_default_target no_default_install
SUBDIRS += sub_demos