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>
This commit is contained in:
Rohan McGovern 2012-07-06 09:03:28 +10:00 committed by Qt by Nokia
parent 89d7a55db4
commit d815043b11

View File

@ -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