diff options
author | axis <qt-info@nokia.com> | 2011-04-27 12:05:43 +0200 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:05:43 +0200 |
commit | 7e5b390746fe4e0ffbb11f9d8b4449013eb7f4ba (patch) | |
tree | 9f9b516f86df36a97c133f10831330f297e6648b /examples/xml | |
parent | 38be0d13830efd2d98281c645c3a60afe05ffece (diff) | |
download | qtbase-7e5b390746fe4e0ffbb11f9d8b4449013eb7f4ba.tar.gz qtbase-7e5b390746fe4e0ffbb11f9d8b4449013eb7f4ba.tar.bz2 qtbase-7e5b390746fe4e0ffbb11f9d8b4449013eb7f4ba.zip |
Moved to using a feature profile instead of direct inclusion.
Diffstat (limited to 'examples/xml')
-rw-r--r-- | examples/xml/dombookmarks/dombookmarks.pro | 2 | ||||
-rw-r--r-- | examples/xml/htmlinfo/htmlinfo.pro | 2 | ||||
-rw-r--r-- | examples/xml/rsslisting/rsslisting.pro | 2 | ||||
-rw-r--r-- | examples/xml/saxbookmarks/saxbookmarks.pro | 2 | ||||
-rw-r--r-- | examples/xml/streambookmarks/streambookmarks.pro | 2 | ||||
-rw-r--r-- | examples/xml/xml.pro | 2 | ||||
-rw-r--r-- | examples/xml/xmlstreamlint/xmlstreamlint.pro | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/xml/dombookmarks/dombookmarks.pro b/examples/xml/dombookmarks/dombookmarks.pro index d071ccd0ee..aa815457f5 100644 --- a/examples/xml/dombookmarks/dombookmarks.pro +++ b/examples/xml/dombookmarks/dombookmarks.pro @@ -11,7 +11,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS dombookmarks.pro *.xbel sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/dombookmarks INSTALLS += target sources -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +symbian: CONFIG += qt_example wince*: { addFiles.files = frank.xbel jennifer.xbel diff --git a/examples/xml/htmlinfo/htmlinfo.pro b/examples/xml/htmlinfo/htmlinfo.pro index ca64b346a7..b7a262580b 100644 --- a/examples/xml/htmlinfo/htmlinfo.pro +++ b/examples/xml/htmlinfo/htmlinfo.pro @@ -15,5 +15,5 @@ INSTALLS += target sources symbian { TARGET.UID3 = 0xA000C609 - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + CONFIG += qt_example } diff --git a/examples/xml/rsslisting/rsslisting.pro b/examples/xml/rsslisting/rsslisting.pro index 01bc9e2ad6..c883b77ada 100644 --- a/examples/xml/rsslisting/rsslisting.pro +++ b/examples/xml/rsslisting/rsslisting.pro @@ -8,5 +8,5 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS rsslisting.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/rsslisting INSTALLS += target sources -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +symbian: CONFIG += qt_example diff --git a/examples/xml/saxbookmarks/saxbookmarks.pro b/examples/xml/saxbookmarks/saxbookmarks.pro index 3091947afc..bb1e0961e7 100644 --- a/examples/xml/saxbookmarks/saxbookmarks.pro +++ b/examples/xml/saxbookmarks/saxbookmarks.pro @@ -21,7 +21,7 @@ wince*: { symbian: { TARGET.UID3 = 0xA000C60A - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + CONFIG += qt_example addFiles.files = frank.xbel jennifer.xbel addFiles.path = /data/qt/saxbookmarks DEPLOYMENT += addFiles diff --git a/examples/xml/streambookmarks/streambookmarks.pro b/examples/xml/streambookmarks/streambookmarks.pro index febd3cd85f..91abf97ec2 100644 --- a/examples/xml/streambookmarks/streambookmarks.pro +++ b/examples/xml/streambookmarks/streambookmarks.pro @@ -13,4 +13,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS streambookmarks.pro *.xb sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/streambookmarks INSTALLS += target sources -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +symbian: CONFIG += qt_example diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro index a6c8aa18b4..7ef5eadbaa 100644 --- a/examples/xml/xml.pro +++ b/examples/xml/xml.pro @@ -17,4 +17,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xml.pro README sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml INSTALLS += target sources -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +symbian: CONFIG += qt_example diff --git a/examples/xml/xmlstreamlint/xmlstreamlint.pro b/examples/xml/xmlstreamlint/xmlstreamlint.pro index 838ef042ab..9eb5b2a49e 100644 --- a/examples/xml/xmlstreamlint/xmlstreamlint.pro +++ b/examples/xml/xmlstreamlint/xmlstreamlint.pro @@ -9,4 +9,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xmlstreamlint.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint INSTALLS += target sources -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +symbian: CONFIG += qt_example |