@@ -0,0 +1,7 | |||||
|
1 | !include( ../examples.pri ) { | |||
|
2 | error( "Couldn't find the examples.pri file!" ) | |||
|
3 | } | |||
|
4 | TARGET = splinechart | |||
|
5 | SOURCES += main.cpp\ | |||
|
6 | splinewidget.cpp | |||
|
7 | HEADERS += splinewidget.h |
@@ -3,7 +3,7 | |||||
3 | } |
|
3 | } | |
4 |
|
4 | |||
5 | TEMPLATE = subdirs |
|
5 | TEMPLATE = subdirs | |
6 | SUBDIRS += src example test qmlplugin |
|
6 | SUBDIRS += src examples test qmlplugin | |
7 |
|
7 | |||
8 | integrated_build:{ |
|
8 | integrated_build:{ | |
9 | message('Configured for integrated build') |
|
9 | message('Configured for integrated build') |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = areachart |
|
4 | TARGET = areachart | |
5 | SOURCES += main.cpp |
|
5 | SOURCES += main.cpp |
1 | NO CONTENT: file renamed from example/areachart/main.cpp to examples/areachart/main.cpp |
|
NO CONTENT: file renamed from example/areachart/main.cpp to examples/areachart/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = axischart |
|
4 | TARGET = axischart | |
5 | SOURCES = main.cpp |
|
5 | SOURCES = main.cpp |
1 | NO CONTENT: file renamed from example/axischart/main.cpp to examples/axischart/main.cpp |
|
NO CONTENT: file renamed from example/axischart/main.cpp to examples/axischart/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 |
|
4 | |||
5 | TARGET = barchart |
|
5 | TARGET = barchart |
1 | NO CONTENT: file renamed from example/barchart/chartwidget.cpp to examples/barchart/chartwidget.cpp |
|
NO CONTENT: file renamed from example/barchart/chartwidget.cpp to examples/barchart/chartwidget.cpp |
1 | NO CONTENT: file renamed from example/barchart/chartwidget.h to examples/barchart/chartwidget.h |
|
NO CONTENT: file renamed from example/barchart/chartwidget.h to examples/barchart/chartwidget.h |
1 | NO CONTENT: file renamed from example/barchart/main.cpp to examples/barchart/main.cpp |
|
NO CONTENT: file renamed from example/barchart/main.cpp to examples/barchart/main.cpp |
@@ -1,9 +1,6 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | QT += core gui |
|
|||
5 |
|
4 | |||
6 | TARGET = chartview |
|
5 | TARGET = chartview | |
7 | TEMPLATE = app |
|
|||
8 |
|
||||
9 | SOURCES += main.cpp |
|
6 | SOURCES += main.cpp |
1 | NO CONTENT: file renamed from example/chartview/main.cpp to examples/chartview/main.cpp |
|
NO CONTENT: file renamed from example/chartview/main.cpp to examples/chartview/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 |
|
4 | |||
5 | TARGET = colorlinechart |
|
5 | TARGET = colorlinechart |
1 | NO CONTENT: file renamed from example/colorlinechart/main.cpp to examples/colorlinechart/main.cpp |
|
NO CONTENT: file renamed from example/colorlinechart/main.cpp to examples/colorlinechart/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | QT+=opengl |
|
4 | QT+=opengl | |
5 | TARGET = dynamiclinechart |
|
5 | TARGET = dynamiclinechart |
1 | NO CONTENT: file renamed from example/dynamiclinechart/main.cpp to examples/dynamiclinechart/main.cpp |
|
NO CONTENT: file renamed from example/dynamiclinechart/main.cpp to examples/dynamiclinechart/main.cpp |
1 | NO CONTENT: file renamed from example/dynamiclinechart/wavegenerator.h to examples/dynamiclinechart/wavegenerator.h |
|
NO CONTENT: file renamed from example/dynamiclinechart/wavegenerator.h to examples/dynamiclinechart/wavegenerator.h |
1 | NO CONTENT: file renamed from example/example.pri to examples/examples.pri |
|
NO CONTENT: file renamed from example/example.pri to examples/examples.pri |
1 | NO CONTENT: file renamed from example/example.pro to examples/examples.pro |
|
NO CONTENT: file renamed from example/example.pro to examples/examples.pro |
1 | NO CONTENT: file renamed from example/gdpbarchart/gdpData to examples/gdpbarchart/gdpData |
|
NO CONTENT: file renamed from example/gdpbarchart/gdpData to examples/gdpbarchart/gdpData |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 |
|
4 | |||
5 | QT+= sql |
|
5 | QT+= sql |
1 | NO CONTENT: file renamed from example/gdpbarchart/main.cpp to examples/gdpbarchart/main.cpp |
|
NO CONTENT: file renamed from example/gdpbarchart/main.cpp to examples/gdpbarchart/main.cpp |
1 | NO CONTENT: file renamed from example/gdpbarchart/widget.cpp to examples/gdpbarchart/widget.cpp |
|
NO CONTENT: file renamed from example/gdpbarchart/widget.cpp to examples/gdpbarchart/widget.cpp |
1 | NO CONTENT: file renamed from example/gdpbarchart/widget.h to examples/gdpbarchart/widget.h |
|
NO CONTENT: file renamed from example/gdpbarchart/widget.h to examples/gdpbarchart/widget.h |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = linechart |
|
4 | TARGET = linechart | |
5 | SOURCES += main.cpp |
|
5 | SOURCES += main.cpp |
1 | NO CONTENT: file renamed from example/linechart/main.cpp to examples/linechart/main.cpp |
|
NO CONTENT: file renamed from example/linechart/main.cpp to examples/linechart/main.cpp |
1 | NO CONTENT: file renamed from example/multichart/main.cpp to examples/multichart/main.cpp |
|
NO CONTENT: file renamed from example/multichart/main.cpp to examples/multichart/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = multichart |
|
4 | TARGET = multichart | |
5 | SOURCES += main.cpp \ |
|
5 | SOURCES += main.cpp \ |
1 | NO CONTENT: file renamed from example/multichart/multichartwidget.cpp to examples/multichart/multichartwidget.cpp |
|
NO CONTENT: file renamed from example/multichart/multichartwidget.cpp to examples/multichart/multichartwidget.cpp |
1 | NO CONTENT: file renamed from example/multichart/multichartwidget.h to examples/multichart/multichartwidget.h |
|
NO CONTENT: file renamed from example/multichart/multichartwidget.h to examples/multichart/multichartwidget.h |
1 | NO CONTENT: file renamed from example/percentbarchart/chartwidget.cpp to examples/percentbarchart/chartwidget.cpp |
|
NO CONTENT: file renamed from example/percentbarchart/chartwidget.cpp to examples/percentbarchart/chartwidget.cpp |
1 | NO CONTENT: file renamed from example/percentbarchart/chartwidget.h to examples/percentbarchart/chartwidget.h |
|
NO CONTENT: file renamed from example/percentbarchart/chartwidget.h to examples/percentbarchart/chartwidget.h |
1 | NO CONTENT: file renamed from example/percentbarchart/main.cpp to examples/percentbarchart/main.cpp |
|
NO CONTENT: file renamed from example/percentbarchart/main.cpp to examples/percentbarchart/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 |
|
4 | |||
5 | TARGET = percentbarchart |
|
5 | TARGET = percentbarchart |
1 | NO CONTENT: file renamed from example/piechart/main.cpp to examples/piechart/main.cpp |
|
NO CONTENT: file renamed from example/piechart/main.cpp to examples/piechart/main.cpp |
@@ -1,8 +1,7 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = piechart |
|
4 | TARGET = piechart | |
5 | SOURCES += main.cpp |
|
5 | SOURCES += main.cpp | |
6 | HEADERS += |
|
|||
7 |
|
6 | |||
8 |
|
7 |
1 | NO CONTENT: file renamed from example/piechartcustomization/main.cpp to examples/piechartcustomization/main.cpp |
|
NO CONTENT: file renamed from example/piechartcustomization/main.cpp to examples/piechartcustomization/main.cpp |
@@ -1,8 +1,7 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = piechartcustomization |
|
4 | TARGET = piechartcustomization | |
5 | SOURCES += main.cpp |
|
5 | SOURCES += main.cpp | |
6 | HEADERS += |
|
|||
7 |
|
6 | |||
8 |
|
7 |
1 | NO CONTENT: file renamed from example/piechartdrilldown/main.cpp to examples/piechartdrilldown/main.cpp |
|
NO CONTENT: file renamed from example/piechartdrilldown/main.cpp to examples/piechartdrilldown/main.cpp |
@@ -1,9 +1,6 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = piechartdrilldown |
|
4 | TARGET = piechartdrilldown | |
5 | SOURCES += main.cpp |
|
5 | SOURCES += main.cpp | |
6 | HEADERS += |
|
|||
7 |
|
6 | |||
8 |
|
||||
9 | MOC_DIR = $$PWD/moc |
|
1 | NO CONTENT: file renamed from example/presenterchart/chartview.cpp to examples/presenterchart/chartview.cpp |
|
NO CONTENT: file renamed from example/presenterchart/chartview.cpp to examples/presenterchart/chartview.cpp |
1 | NO CONTENT: file renamed from example/presenterchart/chartview.h to examples/presenterchart/chartview.h |
|
NO CONTENT: file renamed from example/presenterchart/chartview.h to examples/presenterchart/chartview.h |
1 | NO CONTENT: file renamed from example/presenterchart/main.cpp to examples/presenterchart/main.cpp |
|
NO CONTENT: file renamed from example/presenterchart/main.cpp to examples/presenterchart/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = presenterchart |
|
4 | TARGET = presenterchart | |
5 | HEADERS += chartview.h |
|
5 | HEADERS += chartview.h |
1 | NO CONTENT: file renamed from example/scatterchart/main.cpp to examples/scatterchart/main.cpp |
|
NO CONTENT: file renamed from example/scatterchart/main.cpp to examples/scatterchart/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = scatterchart |
|
4 | TARGET = scatterchart | |
5 | SOURCES += main.cpp |
|
5 | SOURCES += main.cpp |
1 | NO CONTENT: file renamed from example/scatterinteractions/main.cpp to examples/scatterinteractions/main.cpp |
|
NO CONTENT: file renamed from example/scatterinteractions/main.cpp to examples/scatterinteractions/main.cpp |
1 | NO CONTENT: file renamed from example/scatterinteractions/mainwindow.cpp to examples/scatterinteractions/mainwindow.cpp |
|
NO CONTENT: file renamed from example/scatterinteractions/mainwindow.cpp to examples/scatterinteractions/mainwindow.cpp |
1 | NO CONTENT: file renamed from example/scatterinteractions/mainwindow.h to examples/scatterinteractions/mainwindow.h |
|
NO CONTENT: file renamed from example/scatterinteractions/mainwindow.h to examples/scatterinteractions/mainwindow.h |
@@ -1,12 +1,8 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | QT += core gui |
|
|||
5 |
|
4 | |||
6 | TARGET = scatterinteractions |
|
5 | TARGET = scatterinteractions | |
7 | TEMPLATE = app |
|
|||
8 |
|
||||
9 | SOURCES += main.cpp\ |
|
6 | SOURCES += main.cpp\ | |
10 | mainwindow.cpp |
|
7 | mainwindow.cpp | |
11 |
|
||||
12 | HEADERS += mainwindow.h |
|
8 | HEADERS += mainwindow.h |
1 | NO CONTENT: file renamed from example/splinechart/main.cpp to examples/splinechart/main.cpp |
|
NO CONTENT: file renamed from example/splinechart/main.cpp to examples/splinechart/main.cpp |
1 | NO CONTENT: file renamed from example/splinechart/splinewidget.cpp to examples/splinechart/splinewidget.cpp |
|
NO CONTENT: file renamed from example/splinechart/splinewidget.cpp to examples/splinechart/splinewidget.cpp |
1 | NO CONTENT: file renamed from example/splinechart/splinewidget.h to examples/splinechart/splinewidget.h |
|
NO CONTENT: file renamed from example/splinechart/splinewidget.h to examples/splinechart/splinewidget.h |
1 | NO CONTENT: file renamed from example/stackedbarchart/chartwidget.cpp to examples/stackedbarchart/chartwidget.cpp |
|
NO CONTENT: file renamed from example/stackedbarchart/chartwidget.cpp to examples/stackedbarchart/chartwidget.cpp |
1 | NO CONTENT: file renamed from example/stackedbarchart/chartwidget.h to examples/stackedbarchart/chartwidget.h |
|
NO CONTENT: file renamed from example/stackedbarchart/chartwidget.h to examples/stackedbarchart/chartwidget.h |
1 | NO CONTENT: file renamed from example/stackedbarchart/main.cpp to examples/stackedbarchart/main.cpp |
|
NO CONTENT: file renamed from example/stackedbarchart/main.cpp to examples/stackedbarchart/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = stackedbarchart |
|
4 | TARGET = stackedbarchart | |
5 | SOURCES += main.cpp \ |
|
5 | SOURCES += main.cpp \ |
1 | NO CONTENT: file renamed from example/stackedbarchartdrilldown/chartwidget.cpp to examples/stackedbarchartdrilldown/chartwidget.cpp |
|
NO CONTENT: file renamed from example/stackedbarchartdrilldown/chartwidget.cpp to examples/stackedbarchartdrilldown/chartwidget.cpp |
1 | NO CONTENT: file renamed from example/stackedbarchartdrilldown/chartwidget.h to examples/stackedbarchartdrilldown/chartwidget.h |
|
NO CONTENT: file renamed from example/stackedbarchartdrilldown/chartwidget.h to examples/stackedbarchartdrilldown/chartwidget.h |
1 | NO CONTENT: file renamed from example/stackedbarchartdrilldown/main.cpp to examples/stackedbarchartdrilldown/main.cpp |
|
NO CONTENT: file renamed from example/stackedbarchartdrilldown/main.cpp to examples/stackedbarchartdrilldown/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = stackedbarchartdrilldown |
|
4 | TARGET = stackedbarchartdrilldown | |
5 | SOURCES += main.cpp \ |
|
5 | SOURCES += main.cpp \ |
1 | NO CONTENT: file renamed from example/zoomlinechart/chartwidget.cpp to examples/zoomlinechart/chartwidget.cpp |
|
NO CONTENT: file renamed from example/zoomlinechart/chartwidget.cpp to examples/zoomlinechart/chartwidget.cpp |
1 | NO CONTENT: file renamed from example/zoomlinechart/chartwidget.h to examples/zoomlinechart/chartwidget.h |
|
NO CONTENT: file renamed from example/zoomlinechart/chartwidget.h to examples/zoomlinechart/chartwidget.h |
1 | NO CONTENT: file renamed from example/zoomlinechart/main.cpp to examples/zoomlinechart/main.cpp |
|
NO CONTENT: file renamed from example/zoomlinechart/main.cpp to examples/zoomlinechart/main.cpp |
@@ -1,5 +1,5 | |||||
1 | !include( ../example.pri ) { |
|
1 | !include( ../examples.pri ) { | |
2 | error( "Couldn't find the example.pri file!" ) |
|
2 | error( "Couldn't find the examples.pri file!" ) | |
3 | } |
|
3 | } | |
4 | TARGET = zoomlinechart |
|
4 | TARGET = zoomlinechart | |
5 | HEADERS += chartwidget.h |
|
5 | HEADERS += chartwidget.h |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now