diff --git a/examples/examples.pro b/examples/examples.pro index ecc1b5f..c65bebd 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -11,7 +11,6 @@ SUBDIRS += \ percentbarchart \ piechart \ piechartdrilldown \ - presenterchart \ scatterchart \ scatterinteractions \ splinechart \ diff --git a/examples/presenterchart/chartview.cpp b/tests/presenterchart/chartview.cpp similarity index 100% rename from examples/presenterchart/chartview.cpp rename to tests/presenterchart/chartview.cpp diff --git a/examples/presenterchart/chartview.h b/tests/presenterchart/chartview.h similarity index 100% rename from examples/presenterchart/chartview.h rename to tests/presenterchart/chartview.h diff --git a/examples/presenterchart/main.cpp b/tests/presenterchart/main.cpp similarity index 100% rename from examples/presenterchart/main.cpp rename to tests/presenterchart/main.cpp diff --git a/examples/presenterchart/presenterchart.pro b/tests/presenterchart/presenterchart.pro similarity index 83% rename from examples/presenterchart/presenterchart.pro rename to tests/presenterchart/presenterchart.pro index 1637b84..dc94867 100644 --- a/examples/presenterchart/presenterchart.pro +++ b/tests/presenterchart/presenterchart.pro @@ -1,4 +1,4 @@ -!include( ../examples.pri ) { +!include( ../tests.pri ) { error( "Couldn't find the examples.pri file!" ) } TARGET = presenterchart diff --git a/tests/tests.pro b/tests/tests.pro index a02f302..38dd75d 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -6,7 +6,8 @@ TEMPLATE = subdirs SUBDIRS += \ auto \ qmlchartproperties \ - qmlchartaxis + qmlchartaxis \ + presenterchart contains(QT_CONFIG, opengl) { SUBDIRS += chartwidgettest \