mirror of https://github.com/qt/qtcharts.git
Presenterchart moved to tests
This commit is contained in:
parent
4a04f1df73
commit
3024028485
|
@ -11,7 +11,6 @@ SUBDIRS += \
|
||||||
percentbarchart \
|
percentbarchart \
|
||||||
piechart \
|
piechart \
|
||||||
piechartdrilldown \
|
piechartdrilldown \
|
||||||
presenterchart \
|
|
||||||
scatterchart \
|
scatterchart \
|
||||||
scatterinteractions \
|
scatterinteractions \
|
||||||
splinechart \
|
splinechart \
|
||||||
|
|
|
@ -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
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue