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:
parent
89d7a55db4
commit
d815043b11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user