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