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 \ percentbarchart \
piechart \ piechart \
piechartdrilldown \ piechartdrilldown \
presenterchart \
scatterchart \ scatterchart \
scatterinteractions \ scatterinteractions \
splinechart \ splinechart \

View File

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

View File

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