qt_parts.prf: fixed handling of demos
authorRohan McGovern <rohan.mcgovern@nokia.com>
Thu, 5 Jul 2012 23:03:28 +0000 (09:03 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 6 Jul 2012 11:58:05 +0000 (13:58 +0200)
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>
mkspecs/features/qt_parts.prf

index a99fdad..df932dd 100644 (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