From d815043b11aeae42c54551b877c379bce60bde3a Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Fri, 6 Jul 2012 09:03:28 +1000 Subject: qt_parts.prf: fixed handling of demos Subdir for demos/demos.pro is 'demos', not 'examples'. Change-Id: Ic4d80501e5d910891b0436ecd9881b79a4a99090 Reviewed-by: Toby Tomkins Reviewed-by: Kalle Lehtonen Reviewed-by: Oswald Buddenhagen --- mkspecs/features/qt_parts.prf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkspecs') 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 -- cgit v1.2.3