From 756a9940cda3e03e837274430eedeacd93023be8 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Tue, 7 Jun 2011 13:52:14 -0500 Subject: [PATCH] Fix usage of QT_SOURCE_TREE Functionality has been moved into qt_example.prf --- examples/xmlpatterns/filetree/filetree.pro | 2 +- examples/xmlpatterns/recipes/recipes.pro | 2 +- examples/xmlpatterns/schema/schema.pro | 2 +- examples/xmlpatterns/trafficinfo/trafficinfo.pro | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/xmlpatterns/filetree/filetree.pro b/examples/xmlpatterns/filetree/filetree.pro index 943030b..fc1c11b 100644 --- a/examples/xmlpatterns/filetree/filetree.pro +++ b/examples/xmlpatterns/filetree/filetree.pro @@ -15,7 +15,7 @@ symbian { TARGET.UID3 = 0xA000D7C4 CONFIG += qt_example } -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example symbian: warning(This example might not fully work on Symbian platform) maemo5: warning(This example might not fully work on Maemo platform) diff --git a/examples/xmlpatterns/recipes/recipes.pro b/examples/xmlpatterns/recipes/recipes.pro index ef01132..9e78db4 100644 --- a/examples/xmlpatterns/recipes/recipes.pro +++ b/examples/xmlpatterns/recipes/recipes.pro @@ -15,5 +15,5 @@ symbian { TARGET.UID3 = 0xA000D7C5 CONFIG += qt_example } -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example diff --git a/examples/xmlpatterns/schema/schema.pro b/examples/xmlpatterns/schema/schema.pro index 6fa16ef..4fda651 100644 --- a/examples/xmlpatterns/schema/schema.pro +++ b/examples/xmlpatterns/schema/schema.pro @@ -14,5 +14,5 @@ symbian { TARGET.UID3 = 0xA000D7C6 CONFIG += qt_example } -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example diff --git a/examples/xmlpatterns/trafficinfo/trafficinfo.pro b/examples/xmlpatterns/trafficinfo/trafficinfo.pro index 33ddc78..d0aa7d2 100644 --- a/examples/xmlpatterns/trafficinfo/trafficinfo.pro +++ b/examples/xmlpatterns/trafficinfo/trafficinfo.pro @@ -12,7 +12,7 @@ symbian { TARGET.UID3 = 0xA000D7C7 CONFIG += qt_example } -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example symbian: warning(This example might not fully work on Symbian platform) maemo5: warning(This example might not fully work on Maemo platform) -- 2.7.4