##// END OF EJS Templates
Renames example -> examples
Michal Klocek -
r486:7ab45bf9f776
parent child
Show More
@@ -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
@@ -1,31 +1,31
1 !include(common.pri) {
1 !include(common.pri) {
2 error('missing common.pri')
2 error('missing common.pri')
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')
10 } else {
10 } else {
11 message('Please build example test and qmlplugin after installing library.')
11 message('Please build example test and qmlplugin after installing library.')
12 }
12 }
13
13
14 CONFIG += ordered
14 CONFIG += ordered
15 QMAKE_CXXFLAGS += -g -Wall
15 QMAKE_CXXFLAGS += -g -Wall
16 unix:QMAKE_DISTCLEAN += -r build bin include lib doc/html
16 unix:QMAKE_DISTCLEAN += -r build bin include lib doc/html
17 win32:QMAKE_DISTCLEAN += /Q /s build bin include lib doc\\html
17 win32:QMAKE_DISTCLEAN += /Q /s build bin include lib doc\\html
18
18
19 # install feature file
19 # install feature file
20 feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
20 feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
21 feature.files = $$PWD/features/qtcommercialchart.prf
21 feature.files = $$PWD/features/qtcommercialchart.prf
22 INSTALLS += feature
22 INSTALLS += feature
23
23
24 doc.target = doc
24 doc.target = doc
25 win32:{
25 win32:{
26 doc.commands = qdoc3 $$CHART_BUILD_DOC_DIR\\qcharts.qdocconf
26 doc.commands = qdoc3 $$CHART_BUILD_DOC_DIR\\qcharts.qdocconf
27 }else{
27 }else{
28 doc.commands = qdoc3 $$CHART_BUILD_DOC_DIR/qcharts.qdocconf
28 doc.commands = qdoc3 $$CHART_BUILD_DOC_DIR/qcharts.qdocconf
29 }
29 }
30 doc.depends = FORCE
30 doc.depends = FORCE
31 QMAKE_EXTRA_TARGETS += doc
31 QMAKE_EXTRA_TARGETS += doc
@@ -1,8 +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 TARGET = areachart
4 TARGET = areachart
5 SOURCES += main.cpp
5 SOURCES += main.cpp
6
6
7
7
8
8
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,8 +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 TARGET = axischart
4 TARGET = axischart
5 SOURCES = main.cpp
5 SOURCES = main.cpp
6
6
7
7
8
8
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,10 +1,10
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
6 SOURCES += main.cpp \
6 SOURCES += main.cpp \
7 chartwidget.cpp
7 chartwidget.cpp
8 HEADERS += \
8 HEADERS += \
9 chartwidget.h
9 chartwidget.h
10
10
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,9 +1,9
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
6 SOURCES += main.cpp
6 SOURCES += main.cpp
7
7
8
8
9
9
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,10 +1,10
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
6 SOURCES += main.cpp
6 SOURCES += main.cpp
7 HEADERS += wavegenerator.h
7 HEADERS += wavegenerator.h
8
8
9
9
10
10
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,10 +1,10
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
6 TARGET = gdpbarchart
6 TARGET = gdpbarchart
7 SOURCES += main.cpp\
7 SOURCES += main.cpp\
8 widget.cpp
8 widget.cpp
9 HEADERS += widget.h
9 HEADERS += widget.h
10 QMAKE_POST_LINK += $$QMAKE_COPY gdpData $$CHART_BUILD_BIN_DIR
10 QMAKE_POST_LINK += $$QMAKE_COPY gdpData $$CHART_BUILD_BIN_DIR
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,8 +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 TARGET = linechart
4 TARGET = linechart
5 SOURCES += main.cpp
5 SOURCES += main.cpp
6
6
7
7
8
8
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,12 +1,12
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 \
6 multichartwidget.cpp
6 multichartwidget.cpp
7 HEADERS += \
7 HEADERS += \
8 multichartwidget.h
8 multichartwidget.h
9
9
10
10
11
11
12
12
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,10 +1,10
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
6 SOURCES += main.cpp \
6 SOURCES += main.cpp \
7 chartwidget.cpp
7 chartwidget.cpp
8 HEADERS += \
8 HEADERS += \
9 chartwidget.h
9 chartwidget.h
10
10
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,6 +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 = presenterchart
4 TARGET = presenterchart
5 HEADERS += chartview.h
5 HEADERS += chartview.h
6 SOURCES += main.cpp chartview.cpp No newline at end of file
6 SOURCES += main.cpp chartview.cpp
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,9 +1,9
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 \
6 chartwidget.cpp
6 chartwidget.cpp
7 HEADERS += \
7 HEADERS += \
8 chartwidget.h
8 chartwidget.h
9
9
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,9 +1,9
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 \
6 chartwidget.cpp
6 chartwidget.cpp
7 HEADERS += \
7 HEADERS += \
8 chartwidget.h
8 chartwidget.h
9
9
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,10 +1,10
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
6 SOURCES += main.cpp chartwidget.cpp
6 SOURCES += main.cpp chartwidget.cpp
7
7
8
8
9
9
10
10
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