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 \
|
||||
piechart \
|
||||
piechartdrilldown \
|
||||
presenterchart \
|
||||
scatterchart \
|
||||
scatterinteractions \
|
||||
splinechart \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
!include( ../examples.pri ) {
|
||||
!include( ../tests.pri ) {
|
||||
error( "Couldn't find the examples.pri file!" )
|
||||
}
|
||||
TARGET = presenterchart
|
|
@ -6,7 +6,8 @@ TEMPLATE = subdirs
|
|||
SUBDIRS += \
|
||||
auto \
|
||||
qmlchartproperties \
|
||||
qmlchartaxis
|
||||
qmlchartaxis \
|
||||
presenterchart
|
||||
|
||||
contains(QT_CONFIG, opengl) {
|
||||
SUBDIRS += chartwidgettest \
|
||||
|
|
Loading…
Reference in New Issue