From ed5a7e22beffd156b13174230322a50b0f7bad64 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Tue, 7 Jun 2011 13:43:17 -0500 Subject: Fix usage of QT_SOURCE_TREE Functionality has been moved into qt_example.prf Change-Id: I81423eb4c5645f03b131932b2d37eceee9fea086 Reviewed-on: http://codereview.qt.nokia.com/371 Reviewed-by: Marius Storm-Olsen --- examples/animation/animatedtiles/animatedtiles.pro | 2 +- examples/animation/appchooser/appchooser.pro | 2 +- examples/animation/moveblocks/moveblocks.pro | 2 +- examples/animation/states/states.pro | 2 +- examples/animation/stickman/stickman.pro | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/animation') diff --git a/examples/animation/animatedtiles/animatedtiles.pro b/examples/animation/animatedtiles/animatedtiles.pro index 3182c20a4f..1287d8b3d0 100644 --- a/examples/animation/animatedtiles/animatedtiles.pro +++ b/examples/animation/animatedtiles/animatedtiles.pro @@ -11,4 +11,4 @@ symbian { TARGET.UID3 = 0xA000D7D1 CONFIG += qt_example } -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example diff --git a/examples/animation/appchooser/appchooser.pro b/examples/animation/appchooser/appchooser.pro index 7b735d9d52..958b1710e3 100644 --- a/examples/animation/appchooser/appchooser.pro +++ b/examples/animation/appchooser/appchooser.pro @@ -11,4 +11,4 @@ symbian { TARGET.UID3 = 0xA000E3F5 CONFIG += qt_example } -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example diff --git a/examples/animation/moveblocks/moveblocks.pro b/examples/animation/moveblocks/moveblocks.pro index b49495ddd3..ee60e8fcc0 100644 --- a/examples/animation/moveblocks/moveblocks.pro +++ b/examples/animation/moveblocks/moveblocks.pro @@ -10,4 +10,4 @@ symbian { TARGET.UID3 = 0xA000E3F7 CONFIG += qt_example } -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example diff --git a/examples/animation/states/states.pro b/examples/animation/states/states.pro index 56b3c51299..24d6976334 100644 --- a/examples/animation/states/states.pro +++ b/examples/animation/states/states.pro @@ -11,4 +11,4 @@ symbian { TARGET.UID3 = 0xA000E3F8 CONFIG += qt_example } -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example diff --git a/examples/animation/stickman/stickman.pro b/examples/animation/stickman/stickman.pro index 206321dbc8..ba31265055 100644 --- a/examples/animation/stickman/stickman.pro +++ b/examples/animation/stickman/stickman.pro @@ -24,4 +24,4 @@ symbian { TARGET.UID3 = 0xA000E3F9 CONFIG += qt_example } -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example -- cgit v1.2.3