summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-06-07 13:52:14 -0500
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-06-07 13:52:14 -0500
commit756a9940cda3e03e837274430eedeacd93023be8 (patch)
treea4b07438fc74d2ba92dcd1666dc163570455d486 /examples
parent3bd81f3c19abe56da6e42c2169450dc806103557 (diff)
Fix usage of QT_SOURCE_TREE
Functionality has been moved into qt_example.prf
Diffstat (limited to 'examples')
-rw-r--r--examples/xmlpatterns/filetree/filetree.pro2
-rw-r--r--examples/xmlpatterns/recipes/recipes.pro2
-rw-r--r--examples/xmlpatterns/schema/schema.pro2
-rw-r--r--examples/xmlpatterns/trafficinfo/trafficinfo.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/xmlpatterns/filetree/filetree.pro b/examples/xmlpatterns/filetree/filetree.pro
index 943030be..fc1c11ba 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 ef01132d..9e78db4c 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 6fa16ef0..4fda6512 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 33ddc783..d0aa7d20 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)