source: trunk/examples/chart/chart.pro@ 169

Last change on this file since 169 was 160, checked in by dmik, 19 years ago

Imported table and iconview modules and a bunch of dependent examples from the official release 3.3.1 from Trolltech.

File size: 373 bytes
Line 
1TEMPLATE = app
2
3CONFIG += warn_on
4
5REQUIRES = full-config
6
7HEADERS += element.h \
8 canvastext.h \
9 canvasview.h \
10 chartform.h \
11 optionsform.h \
12 setdataform.h
13SOURCES += element.cpp \
14 canvasview.cpp \
15 chartform.cpp \
16 chartform_canvas.cpp \
17 chartform_files.cpp \
18 optionsform.cpp \
19 setdataform.cpp \
20 main.cpp
Note: See TracBrowser for help on using the repository browser.