Presenterchart moved to tests

This commit is contained in:
Marek Rosa 2012-12-10 12:46:13 +02:00
parent 4a04f1df73
commit 3024028485
6 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,6 @@ SUBDIRS += \
percentbarchart \
piechart \
piechartdrilldown \
presenterchart \
scatterchart \
scatterinteractions \
splinechart \

View File

@ -1,4 +1,4 @@
!include( ../examples.pri ) {
!include( ../tests.pri ) {
error( "Couldn't find the examples.pri file!" )
}
TARGET = presenterchart

View File

@ -6,7 +6,8 @@ TEMPLATE = subdirs
SUBDIRS += \
auto \
qmlchartproperties \
qmlchartaxis
qmlchartaxis \
presenterchart
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \