summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/chart/chart.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/itemviews/chart/chart.pro')
-rw-r--r--examples/itemviews/chart/chart.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/itemviews/chart/chart.pro b/examples/itemviews/chart/chart.pro
index 32901705a..8568181eb 100644
--- a/examples/itemviews/chart/chart.pro
+++ b/examples/itemviews/chart/chart.pro
@@ -14,6 +14,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.cht
sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/chart
INSTALLS += target sources
-include($$QT_SOURCE_TREE/examples/examplebase.pri)
-
-symbian:TARGET.UID3 = 0xA000A647
+symbian {
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+ TARGET.UID3 = 0xA000A647
+}