From e44172bd08468c0e92faa6fa74168abf7cdfa556 2012-04-02 13:46:15 From: Jani Honkonen Date: 2012-04-02 13:46:15 Subject: [PATCH] Move gdpbarchart to demos --- diff --git a/demos/demos.pro b/demos/demos.pro index d9c428d..9c4a5e8 100644 --- a/demos/demos.pro +++ b/demos/demos.pro @@ -1,3 +1,4 @@ TEMPLATE = subdirs SUBDIRS += chartthemes \ - piechartcustomization \ No newline at end of file + piechartcustomization \ + gdpbarchart diff --git a/examples/gdpbarchart/gdpData b/demos/gdpbarchart/gdpData similarity index 100% rename from examples/gdpbarchart/gdpData rename to demos/gdpbarchart/gdpData Binary files a/examples/gdpbarchart/gdpData and b/demos/gdpbarchart/gdpData differ diff --git a/examples/gdpbarchart/gdpbarchart.pro b/demos/gdpbarchart/gdpbarchart.pro similarity index 84% rename from examples/gdpbarchart/gdpbarchart.pro rename to demos/gdpbarchart/gdpbarchart.pro index 754e7b3..54fd262 100644 --- a/examples/gdpbarchart/gdpbarchart.pro +++ b/demos/gdpbarchart/gdpbarchart.pro @@ -1,6 +1,4 @@ -!include( ../examples.pri ) { - error( "Couldn't find the examples.pri file!" ) -} +!include( ../demos.pri ):error( "Couldn't find the demos.pri file!" ) QT+= sql TARGET = gdpbarchart diff --git a/examples/gdpbarchart/main.cpp b/demos/gdpbarchart/main.cpp similarity index 100% rename from examples/gdpbarchart/main.cpp rename to demos/gdpbarchart/main.cpp diff --git a/examples/gdpbarchart/widget.cpp b/demos/gdpbarchart/widget.cpp similarity index 100% rename from examples/gdpbarchart/widget.cpp rename to demos/gdpbarchart/widget.cpp diff --git a/examples/gdpbarchart/widget.h b/demos/gdpbarchart/widget.h similarity index 100% rename from examples/gdpbarchart/widget.h rename to demos/gdpbarchart/widget.h diff --git a/examples/examples.pro b/examples/examples.pro index cbd6b0a..c271737 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -6,7 +6,6 @@ SUBDIRS += \ customchart \ #dynamiclinechart \ #ekgchart \ - gdpbarchart \ linechart \ #multichart \ percentbarchart \