##// END OF EJS Templates
Added BoxPlot to examples.pro...
Mika Salmela -
r2471:983c36673743
parent child
Show More
@@ -1,5 +1,6
1 !include( ../examples.pri ) {
1 !include( ../examples.pri ) {
2 error( "Couldn't find the examples.pri file!" )
2 error( "Couldn't find the examples.pri file!" )
3 }
3 }
4
4 TARGET = boxplotchart
5 TARGET = boxplotchart
5 SOURCES += main.cpp
6 SOURCES += main.cpp
@@ -19,6 +19,7 SUBDIRS += \
19 zoomlinechart \
19 zoomlinechart \
20 modeldata \
20 modeldata \
21 barchart \
21 barchart \
22 boxplotchart \
22 legend \
23 legend \
23 barmodelmapper \
24 barmodelmapper \
24 qmlpiechart \
25 qmlpiechart \
General Comments 0
You need to be logged in to leave comments. Login now