summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/itemviews.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/itemviews/itemviews.pro')
-rw-r--r--examples/itemviews/itemviews.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/itemviews/itemviews.pro b/examples/itemviews/itemviews.pro
index 7dcf0f6..253549f 100644
--- a/examples/itemviews/itemviews.pro
+++ b/examples/itemviews/itemviews.pro
@@ -17,7 +17,13 @@ SUBDIRS = addressbook \
spinboxdelegate \
stardelegate
+symbian: SUBDIRS = \
+ addressbook \
+ chart
+
# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews
INSTALLS += sources
+
+include($$QT_SOURCE_TREE/examples/examplebase.pri)