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

examples/declarative/cppextensions/imageprovider/imageprovider.pro
examples/declarative/cppextensions/plugins/plugins.pro
examples/declarative/cppextensions/qwidgets/qwidgets.pro
examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro

index 5786af6..eaa48cd 100644 (file)
@@ -26,4 +26,4 @@ symbian:{
     importFiles.path = ImageProviderCore
     DEPLOYMENT += importFiles
 }
-maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
+maemo5: CONFIG += qt_example
index c5c68e3..03f7294 100644 (file)
@@ -27,4 +27,4 @@ symbian {
     CONFIG += qt_example
     TARGET.EPOCALLOWDLLDATA = 1
 }
-maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
+maemo5: CONFIG += qt_example
index 9d15198..d7e6f93 100644 (file)
@@ -22,4 +22,4 @@ symbian:{
 
     DEPLOYMENT += importFiles
 }
-maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
+maemo5: CONFIG += qt_example
index 16c16e3..aa1fb01 100644 (file)
@@ -18,4 +18,4 @@ symbian {
     CONFIG += qt_example
     TARGET.EPOCALLOWDLLDATA = 1
 }
-maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
+maemo5: CONFIG += qt_example