summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/schema
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/schema
parente1b2c9deb5943faae2b29be6a5c006f75bb73f06 (diff)
downloadqtxmlpatterns-16e85ebb83bd18b2493e20d9b88213a6a84f3dfa.tar.gz
Moved to using a feature profile instead of direct inclusion.
Diffstat (limited to 'examples/xmlpatterns/schema')
-rw-r--r--examples/xmlpatterns/schema/schema.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlpatterns/schema/schema.pro b/examples/xmlpatterns/schema/schema.pro
index 2cca10a..204d2e0 100644
--- a/examples/xmlpatterns/schema/schema.pro
+++ b/examples/xmlpatterns/schema/schema.pro
@@ -12,5 +12,5 @@ INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000D7C6
- include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+ CONFIG += qt_example
}