##// END OF EJS Templates
QDoc to use style sheets...
QDoc to use style sheets Moved qcharts.qdocconf into doc folder. Created draf qdoc documentation for scatter.

File last commit:

r252:43766a725919
r260:0ff1cb97d473
Show More
barchart.pro
10 lines | 172 B | text/idl | PrologLexer
Michal Klocek
Examples build setup cleanup
r252 !include( ../example.pri ) {
error( "Couldn't find the example.pri file!" )
sauimone
Added bar chart example
r78 }
TARGET = barchart
SOURCES += main.cpp \
chartwidget.cpp
HEADERS += \
chartwidget.h