Fix usage of QT_SOURCE_TREE
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Tue, 7 Jun 2011 18:52:14 +0000 (13:52 -0500)
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Tue, 7 Jun 2011 18:52:14 +0000 (13:52 -0500)
Functionality has been moved into qt_example.prf

examples/xmlpatterns/filetree/filetree.pro
examples/xmlpatterns/recipes/recipes.pro
examples/xmlpatterns/schema/schema.pro
examples/xmlpatterns/trafficinfo/trafficinfo.pro

index 943030b..fc1c11b 100644 (file)
@@ -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)
index ef01132..9e78db4 100644 (file)
@@ -15,5 +15,5 @@ symbian {
     TARGET.UID3 = 0xA000D7C5
     CONFIG += qt_example
 }
-maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
+maemo5: CONFIG += qt_example
 
index 6fa16ef..4fda651 100644 (file)
@@ -14,5 +14,5 @@ symbian {
     TARGET.UID3 = 0xA000D7C6
     CONFIG += qt_example
 }
-maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
+maemo5: CONFIG += qt_example
 
index 33ddc78..d0aa7d2 100644 (file)
@@ -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)