From 7e5b390746fe4e0ffbb11f9d8b4449013eb7f4ba Mon Sep 17 00:00:00 2001 From: axis Date: Wed, 27 Apr 2011 12:05:43 +0200 Subject: Moved to using a feature profile instead of direct inclusion. --- examples/animation/animatedtiles/animatedtiles.pro | 2 +- examples/animation/appchooser/appchooser.pro | 2 +- examples/animation/easing/easing.pro | 2 +- examples/animation/moveblocks/moveblocks.pro | 2 +- examples/animation/states/states.pro | 2 +- examples/animation/stickman/stickman.pro | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/animation') diff --git a/examples/animation/animatedtiles/animatedtiles.pro b/examples/animation/animatedtiles/animatedtiles.pro index 66a54edc05..763357f8ec 100644 --- a/examples/animation/animatedtiles/animatedtiles.pro +++ b/examples/animation/animatedtiles/animatedtiles.pro @@ -9,5 +9,5 @@ INSTALLS += target sources symbian { TARGET.UID3 = 0xA000D7D1 - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + CONFIG += qt_example } diff --git a/examples/animation/appchooser/appchooser.pro b/examples/animation/appchooser/appchooser.pro index d4599db840..65e2345165 100644 --- a/examples/animation/appchooser/appchooser.pro +++ b/examples/animation/appchooser/appchooser.pro @@ -9,5 +9,5 @@ INSTALLS += target sources symbian { TARGET.UID3 = 0xA000E3F5 - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + CONFIG += qt_example } diff --git a/examples/animation/easing/easing.pro b/examples/animation/easing/easing.pro index 4715f2c826..3a10004022 100644 --- a/examples/animation/easing/easing.pro +++ b/examples/animation/easing/easing.pro @@ -15,5 +15,5 @@ INSTALLS += target sources symbian { TARGET.UID3 = 0xA000E3F6 - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + CONFIG += qt_example } diff --git a/examples/animation/moveblocks/moveblocks.pro b/examples/animation/moveblocks/moveblocks.pro index 6451b67886..b9c8542f4f 100644 --- a/examples/animation/moveblocks/moveblocks.pro +++ b/examples/animation/moveblocks/moveblocks.pro @@ -8,5 +8,5 @@ INSTALLS += target sources symbian { TARGET.UID3 = 0xA000E3F7 - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + CONFIG += qt_example } diff --git a/examples/animation/states/states.pro b/examples/animation/states/states.pro index dd5e09f365..00963fe8c0 100644 --- a/examples/animation/states/states.pro +++ b/examples/animation/states/states.pro @@ -9,5 +9,5 @@ INSTALLS += target sources symbian { TARGET.UID3 = 0xA000E3F8 - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + CONFIG += qt_example } diff --git a/examples/animation/stickman/stickman.pro b/examples/animation/stickman/stickman.pro index a4f5aafb2d..2fefe72c4f 100644 --- a/examples/animation/stickman/stickman.pro +++ b/examples/animation/stickman/stickman.pro @@ -20,5 +20,5 @@ INSTALLS += target sources symbian { TARGET.UID3 = 0xA000E3F9 - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + CONFIG += qt_example } -- cgit v1.2.3