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, 1 insertions, 6 deletions
diff --git a/examples/itemviews/chart/chart.pro b/examples/itemviews/chart/chart.pro
index 34d69957c9..310bb85ad7 100644
--- a/examples/itemviews/chart/chart.pro
+++ b/examples/itemviews/chart/chart.pro
@@ -4,7 +4,7 @@ RESOURCES = chart.qrc
SOURCES = main.cpp \
mainwindow.cpp \
pieview.cpp
-unix:!mac:!symbian:!vxworks:!integrity:LIBS+= -lm
+unix:!mac:!vxworks:!integrity:LIBS+= -lm
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
@@ -14,10 +14,5 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.cht
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/chart
INSTALLS += target sources
-symbian {
- TARGET.UID3 = 0xA000A647
- CONFIG += qt_example
-}
QT += widgets
-maemo5: CONFIG += qt_example