summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/recipes/recipes.pro
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-27 12:05:43 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:05:43 +0200
commit16e85ebb83bd18b2493e20d9b88213a6a84f3dfa (patch)
tree9d8b2269937cbfd29826870643304ed7a49de8a8 /examples/xmlpatterns/recipes/recipes.pro
parente1b2c9deb5943faae2b29be6a5c006f75bb73f06 (diff)
downloadqtxmlpatterns-16e85ebb83bd18b2493e20d9b88213a6a84f3dfa.tar.gz
Moved to using a feature profile instead of direct inclusion.
Diffstat (limited to 'examples/xmlpatterns/recipes/recipes.pro')
-rw-r--r--examples/xmlpatterns/recipes/recipes.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlpatterns/recipes/recipes.pro b/examples/xmlpatterns/recipes/recipes.pro
index 4c10227..8c39bbe 100644
--- a/examples/xmlpatterns/recipes/recipes.pro
+++ b/examples/xmlpatterns/recipes/recipes.pro
@@ -12,5 +12,5 @@ INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000D7C5
- include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+ CONFIG += qt_example
}