ed5a7e22be
Functionality has been moved into qt_example.prf Change-Id: I81423eb4c5645f03b131932b2d37eceee9fea086 Reviewed-on: http://codereview.qt.nokia.com/371 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
23 lines
568 B
Prolog
23 lines
568 B
Prolog
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
|
|
|