summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Rosa <marek.rosa@digia.com>2012-12-10 12:46:13 +0200
committerMarek Rosa <marek.rosa@digia.com>2012-12-10 12:46:13 +0200
commit3024028485068b4a27d1adf85a9fc36662b3ca18 (patch)
treeaa7570b4ad88c9d0ad6e26d2ed13c18212f0ffd4
parent4a04f1df73b4b3636b22c59ef2ad996fef0c1344 (diff)
Presenterchart moved to tests
-rw-r--r--examples/examples.pro1
-rw-r--r--tests/presenterchart/chartview.cpp (renamed from examples/presenterchart/chartview.cpp)0
-rw-r--r--tests/presenterchart/chartview.h (renamed from examples/presenterchart/chartview.h)0
-rw-r--r--tests/presenterchart/main.cpp (renamed from examples/presenterchart/main.cpp)0
-rw-r--r--tests/presenterchart/presenterchart.pro (renamed from examples/presenterchart/presenterchart.pro)2
-rw-r--r--tests/tests.pro3
6 files changed, 3 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index ecc1b5fb..c65bebde 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
index f81dce6e..f81dce6e 100644
--- a/examples/presenterchart/chartview.cpp
+++ b/tests/presenterchart/chartview.cpp
diff --git a/examples/presenterchart/chartview.h b/tests/presenterchart/chartview.h
index 1e4de3b2..1e4de3b2 100644
--- a/examples/presenterchart/chartview.h
+++ b/tests/presenterchart/chartview.h
diff --git a/examples/presenterchart/main.cpp b/tests/presenterchart/main.cpp
index 506acacd..506acacd 100644
--- a/examples/presenterchart/main.cpp
+++ b/tests/presenterchart/main.cpp
diff --git a/examples/presenterchart/presenterchart.pro b/tests/presenterchart/presenterchart.pro
index 1637b84a..dc948675 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 a02f3027..38dd75d9 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 \