aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials
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
commit715b0251af3fd29bf54ad7387b3b80d65e07d23e (patch)
tree5dfeeaa54fa07c97504fe6ee91d98cf0a57980d1 /examples/declarative/tutorials
parent885735d011472bcfbb96e688d9e64553d7fe9d4b (diff)
Moved to using a feature profile instead of direct inclusion.
Diffstat (limited to 'examples/declarative/tutorials')
-rw-r--r--examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro b/examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
index 1ffbf29925..f055c1b5ba 100644
--- a/examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
+++ b/examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
@@ -15,6 +15,6 @@ SOURCES += piechart.cpp \
chartsplugin.cpp
symbian {
- include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+ CONFIG += qt_example
TARGET.EPOCALLOWDLLDATA = 1
}