source: trunk/examples/itemviews/chart/chart.pro@ 1010

Last change on this file since 1010 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 547 bytes
Line 
1HEADERS = mainwindow.h \
2 pieview.h
3RESOURCES = chart.qrc
4SOURCES = main.cpp \
5 mainwindow.cpp \
6 pieview.cpp
7unix:!mac:!symbian:!vxworks:LIBS+= -lm
8
9TARGET.EPOCHEAPSIZE = 0x200000 0x800000
10
11# install
12target.path = $$[QT_INSTALL_EXAMPLES]/itemviews/chart
13sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.cht
14sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/chart
15INSTALLS += target sources
16
17symbian {
18 TARGET.UID3 = 0xA000A647
19 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
20}
Note: See TracBrowser for help on using the repository browser.