summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/chart/chart.pro
blob: 75dd621a0dbdec8c291bea8f31dce36ef58a6728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
HEADERS     = mainwindow.h \
              pieview.h
RESOURCES   = chart.qrc
SOURCES     = main.cpp \
              mainwindow.cpp \
              pieview.cpp
unix:!mac:!symbian:!vxworks:!integrity:LIBS+= -lm

TARGET.EPOCHEAPSIZE = 0x200000 0x800000

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/chart
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
}
maemo5: CONFIG += qt_example