mirror of https://github.com/qt/qtcharts.git
Remove qmake project files
Task-number: QTBUG-88742 Change-Id: I49c59fc00a32e11fd27bad26e4206f06e91d3fa9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
9c3752b834
commit
e5e3e1e5d5
|
@ -1,20 +0,0 @@
|
||||||
# Generated from qtcharts.pro.
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15.0)
|
|
||||||
|
|
||||||
include(.cmake.conf)
|
|
||||||
project(QtCharts
|
|
||||||
VERSION "${QT_REPO_MODULE_VERSION}"
|
|
||||||
DESCRIPTION "Qt Charts Libraries"
|
|
||||||
HOMEPAGE_URL "https://qt.io/"
|
|
||||||
LANGUAGES CXX C
|
|
||||||
)
|
|
||||||
|
|
||||||
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core SET_ME_TO_SOMETHING_USEFUL)
|
|
||||||
find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS SET_ME_TO_SOMETHING_USEFUL)
|
|
||||||
|
|
||||||
if(NOT TARGET Qt::Widgets)
|
|
||||||
message(NOTICE "Skipping the build as the condition \"TARGET Qt::Widgets\" is not met.")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
qt_build_repo()
|
|
11
qtcharts.pro
11
qtcharts.pro
|
@ -1,11 +0,0 @@
|
||||||
requires(qtHaveModule(widgets))
|
|
||||||
|
|
||||||
qtHaveModule(widgets) {
|
|
||||||
QT_FOR_CONFIG += widgets
|
|
||||||
requires(qtConfig(graphicsview))
|
|
||||||
requires(qtConfig(texthtmlparser))
|
|
||||||
}
|
|
||||||
|
|
||||||
load(qt_parts)
|
|
||||||
|
|
||||||
OTHER_FILES += README dist/*
|
|
|
@ -1,269 +0,0 @@
|
||||||
# Generated from charts.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## Charts Module:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_module(Charts
|
|
||||||
TARGET_PRODUCT "Qt Charts (Qt $$QT_VERSION)"
|
|
||||||
TARGET_DESCRIPTION "Charts component for Qt."
|
|
||||||
SOURCES
|
|
||||||
animations/axisanimation.cpp animations/axisanimation_p.h
|
|
||||||
animations/chartanimation.cpp animations/chartanimation_p.h
|
|
||||||
animations/xyanimation.cpp animations/xyanimation_p.h
|
|
||||||
axis/barcategoryaxis/chartbarcategoryaxisx.cpp axis/barcategoryaxis/chartbarcategoryaxisx_p.h
|
|
||||||
axis/barcategoryaxis/chartbarcategoryaxisy.cpp axis/barcategoryaxis/chartbarcategoryaxisy_p.h
|
|
||||||
axis/barcategoryaxis/qbarcategoryaxis.cpp axis/barcategoryaxis/qbarcategoryaxis.h axis/barcategoryaxis/qbarcategoryaxis_p.h
|
|
||||||
axis/cartesianchartaxis.cpp axis/cartesianchartaxis_p.h
|
|
||||||
axis/categoryaxis/chartcategoryaxisx.cpp axis/categoryaxis/chartcategoryaxisx_p.h
|
|
||||||
axis/categoryaxis/chartcategoryaxisy.cpp axis/categoryaxis/chartcategoryaxisy_p.h
|
|
||||||
axis/categoryaxis/polarchartcategoryaxisangular.cpp axis/categoryaxis/polarchartcategoryaxisangular_p.h
|
|
||||||
axis/categoryaxis/polarchartcategoryaxisradial.cpp axis/categoryaxis/polarchartcategoryaxisradial_p.h
|
|
||||||
axis/categoryaxis/qcategoryaxis.cpp axis/categoryaxis/qcategoryaxis.h axis/categoryaxis/qcategoryaxis_p.h
|
|
||||||
axis/chartaxiselement.cpp axis/chartaxiselement_p.h
|
|
||||||
axis/editableaxislabel.cpp axis/editableaxislabel_p.h
|
|
||||||
axis/horizontalaxis.cpp axis/horizontalaxis_p.h
|
|
||||||
axis/linearrowitem_p.h
|
|
||||||
axis/logvalueaxis/chartlogvalueaxisx.cpp axis/logvalueaxis/chartlogvalueaxisx_p.h
|
|
||||||
axis/logvalueaxis/chartlogvalueaxisy.cpp axis/logvalueaxis/chartlogvalueaxisy_p.h
|
|
||||||
axis/logvalueaxis/polarchartlogvalueaxisangular.cpp axis/logvalueaxis/polarchartlogvalueaxisangular_p.h
|
|
||||||
axis/logvalueaxis/polarchartlogvalueaxisradial.cpp axis/logvalueaxis/polarchartlogvalueaxisradial_p.h
|
|
||||||
axis/logvalueaxis/qlogvalueaxis.cpp axis/logvalueaxis/qlogvalueaxis.h axis/logvalueaxis/qlogvalueaxis_p.h
|
|
||||||
axis/polarchartaxis.cpp axis/polarchartaxis_p.h
|
|
||||||
axis/polarchartaxisangular.cpp axis/polarchartaxisangular_p.h
|
|
||||||
axis/polarchartaxisradial.cpp axis/polarchartaxisradial_p.h
|
|
||||||
axis/qabstractaxis.cpp axis/qabstractaxis.h axis/qabstractaxis_p.h
|
|
||||||
axis/valueaxis/chartvalueaxisx.cpp axis/valueaxis/chartvalueaxisx_p.h
|
|
||||||
axis/valueaxis/chartvalueaxisy.cpp axis/valueaxis/chartvalueaxisy_p.h
|
|
||||||
axis/valueaxis/polarchartvalueaxisangular.cpp axis/valueaxis/polarchartvalueaxisangular_p.h
|
|
||||||
axis/valueaxis/polarchartvalueaxisradial.cpp axis/valueaxis/polarchartvalueaxisradial_p.h
|
|
||||||
axis/valueaxis/qvalueaxis.cpp axis/valueaxis/qvalueaxis.h axis/valueaxis/qvalueaxis_p.h
|
|
||||||
axis/valueaxis/valueaxislabel.cpp axis/valueaxis/valueaxislabel_p.h
|
|
||||||
axis/verticalaxis.cpp axis/verticalaxis_p.h
|
|
||||||
chartbackground.cpp chartbackground_p.h
|
|
||||||
chartconfig_p.h
|
|
||||||
chartdataset.cpp chartdataset_p.h
|
|
||||||
chartelement.cpp chartelement_p.h
|
|
||||||
charthelpers_p.h
|
|
||||||
chartitem.cpp chartitem_p.h
|
|
||||||
chartpresenter.cpp chartpresenter_p.h
|
|
||||||
chartthememanager.cpp chartthememanager_p.h
|
|
||||||
charttitle.cpp charttitle_p.h
|
|
||||||
domain/abstractdomain.cpp domain/abstractdomain_p.h
|
|
||||||
domain/logxlogydomain.cpp domain/logxlogydomain_p.h
|
|
||||||
domain/logxlogypolardomain.cpp domain/logxlogypolardomain_p.h
|
|
||||||
domain/logxydomain.cpp domain/logxydomain_p.h
|
|
||||||
domain/logxypolardomain.cpp domain/logxypolardomain_p.h
|
|
||||||
domain/polardomain.cpp domain/polardomain_p.h
|
|
||||||
domain/xlogydomain.cpp domain/xlogydomain_p.h
|
|
||||||
domain/xlogypolardomain.cpp domain/xlogypolardomain_p.h
|
|
||||||
domain/xydomain.cpp domain/xydomain_p.h
|
|
||||||
domain/xypolardomain.cpp domain/xypolardomain_p.h
|
|
||||||
layout/abstractchartlayout.cpp layout/abstractchartlayout_p.h
|
|
||||||
layout/cartesianchartlayout.cpp layout/cartesianchartlayout_p.h
|
|
||||||
layout/polarchartlayout.cpp layout/polarchartlayout_p.h
|
|
||||||
legend/legendlayout.cpp legend/legendlayout_p.h
|
|
||||||
legend/legendmarkeritem.cpp legend/legendmarkeritem_p.h
|
|
||||||
legend/legendscroller.cpp legend/legendscroller_p.h
|
|
||||||
legend/qlegend.cpp legend/qlegend.h legend/qlegend_p.h
|
|
||||||
legend/qlegendmarker.cpp legend/qlegendmarker.h legend/qlegendmarker_p.h
|
|
||||||
legend/qxylegendmarker.cpp legend/qxylegendmarker.h legend/qxylegendmarker_p.h
|
|
||||||
qabstractseries.cpp qabstractseries.h qabstractseries_p.h
|
|
||||||
qchart.cpp qchart.h qchart_p.h
|
|
||||||
qchartglobal.h qchartglobal_p.h
|
|
||||||
qchartview.cpp qchartview.h qchartview_p.h
|
|
||||||
qpolarchart.cpp qpolarchart.h
|
|
||||||
scroller.cpp scroller_p.h
|
|
||||||
themes/charttheme_p.h
|
|
||||||
themes/chartthemebluecerulean_p.h
|
|
||||||
themes/chartthemeblueicy_p.h
|
|
||||||
themes/chartthemebluencs_p.h
|
|
||||||
themes/chartthemebrownsand_p.h
|
|
||||||
themes/chartthemedark_p.h
|
|
||||||
themes/chartthemehighcontrast_p.h
|
|
||||||
themes/chartthemelight_p.h
|
|
||||||
themes/chartthemeqt_p.h
|
|
||||||
themes/chartthemesystem_p.h
|
|
||||||
xychart/glxyseriesdata.cpp xychart/glxyseriesdata_p.h
|
|
||||||
xychart/qhxymodelmapper.cpp xychart/qhxymodelmapper.h
|
|
||||||
xychart/qvxymodelmapper.cpp xychart/qvxymodelmapper.h
|
|
||||||
xychart/qxymodelmapper.cpp xychart/qxymodelmapper.h xychart/qxymodelmapper_p.h
|
|
||||||
xychart/qxyseries.cpp xychart/qxyseries.h xychart/qxyseries_p.h
|
|
||||||
xychart/xychart.cpp xychart/xychart_p.h
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
animations
|
|
||||||
axis
|
|
||||||
axis/barcategoryaxis
|
|
||||||
axis/categoryaxis
|
|
||||||
axis/logvalueaxis
|
|
||||||
axis/valueaxis
|
|
||||||
domain
|
|
||||||
layout
|
|
||||||
legend
|
|
||||||
themes
|
|
||||||
xychart
|
|
||||||
LIBRARIES
|
|
||||||
Qt::CorePrivate
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Core
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:charts.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "doc/qtcharts.qdocconf" "doc/src/*" "doc/images/*"
|
|
||||||
# QMAKE_TARGET_DESCRIPTION = "Charts component for Qt."
|
|
||||||
# QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION QT_FEATURE_opengl
|
|
||||||
SOURCES
|
|
||||||
glwidget.cpp glwidget_p.h
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION QT_FEATURE_charts_area_chart
|
|
||||||
SOURCES
|
|
||||||
areachart/areachartitem.cpp areachart/areachartitem_p.h
|
|
||||||
areachart/qareaseries.cpp areachart/qareaseries.h areachart/qareaseries_p.h
|
|
||||||
legend/qarealegendmarker.cpp legend/qarealegendmarker.h legend/qarealegendmarker_p.h
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
areachart
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION QT_FEATURE_charts_bar_chart
|
|
||||||
SOURCES
|
|
||||||
animations/baranimation.cpp animations/baranimation_p.h
|
|
||||||
barchart/abstractbarchartitem.cpp barchart/abstractbarchartitem_p.h
|
|
||||||
barchart/bar.cpp barchart/bar_p.h
|
|
||||||
barchart/horizontal/bar/horizontalbarchartitem.cpp barchart/horizontal/bar/horizontalbarchartitem_p.h
|
|
||||||
barchart/horizontal/bar/qhorizontalbarseries.cpp barchart/horizontal/bar/qhorizontalbarseries.h barchart/horizontal/bar/qhorizontalbarseries_p.h
|
|
||||||
barchart/horizontal/percent/horizontalpercentbarchartitem.cpp barchart/horizontal/percent/horizontalpercentbarchartitem_p.h
|
|
||||||
barchart/horizontal/percent/qhorizontalpercentbarseries.cpp barchart/horizontal/percent/qhorizontalpercentbarseries.h barchart/horizontal/percent/qhorizontalpercentbarseries_p.h
|
|
||||||
barchart/horizontal/stacked/horizontalstackedbarchartitem.cpp barchart/horizontal/stacked/horizontalstackedbarchartitem_p.h
|
|
||||||
barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp barchart/horizontal/stacked/qhorizontalstackedbarseries.h barchart/horizontal/stacked/qhorizontalstackedbarseries_p.h
|
|
||||||
barchart/qabstractbarseries.cpp barchart/qabstractbarseries.h barchart/qabstractbarseries_p.h
|
|
||||||
barchart/qbarmodelmapper.cpp barchart/qbarmodelmapper.h barchart/qbarmodelmapper_p.h
|
|
||||||
barchart/qbarset.cpp barchart/qbarset.h barchart/qbarset_p.h
|
|
||||||
barchart/qhbarmodelmapper.cpp barchart/qhbarmodelmapper.h
|
|
||||||
barchart/qvbarmodelmapper.cpp barchart/qvbarmodelmapper.h
|
|
||||||
barchart/vertical/bar/barchartitem.cpp barchart/vertical/bar/barchartitem_p.h
|
|
||||||
barchart/vertical/bar/qbarseries.cpp barchart/vertical/bar/qbarseries.h barchart/vertical/bar/qbarseries_p.h
|
|
||||||
barchart/vertical/percent/percentbarchartitem.cpp barchart/vertical/percent/percentbarchartitem_p.h
|
|
||||||
barchart/vertical/percent/qpercentbarseries.cpp barchart/vertical/percent/qpercentbarseries.h barchart/vertical/percent/qpercentbarseries_p.h
|
|
||||||
barchart/vertical/stacked/qstackedbarseries.cpp barchart/vertical/stacked/qstackedbarseries.h barchart/vertical/stacked/qstackedbarseries_p.h
|
|
||||||
barchart/vertical/stacked/stackedbarchartitem.cpp barchart/vertical/stacked/stackedbarchartitem_p.h
|
|
||||||
legend/qbarlegendmarker.cpp legend/qbarlegendmarker.h legend/qbarlegendmarker_p.h
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
barchart
|
|
||||||
barchart/horizontal/bar
|
|
||||||
barchart/horizontal/percent
|
|
||||||
barchart/horizontal/stacked
|
|
||||||
barchart/vertical/bar
|
|
||||||
barchart/vertical/percent
|
|
||||||
barchart/vertical/stacked
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION QT_FEATURE_charts_line_chart
|
|
||||||
SOURCES
|
|
||||||
linechart/linechartitem.cpp linechart/linechartitem_p.h
|
|
||||||
linechart/qlineseries.cpp linechart/qlineseries.h linechart/qlineseries_p.h
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
linechart
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION QT_FEATURE_charts_pie_chart
|
|
||||||
SOURCES
|
|
||||||
animations/pieanimation.cpp animations/pieanimation_p.h
|
|
||||||
animations/piesliceanimation.cpp animations/piesliceanimation_p.h
|
|
||||||
legend/qpielegendmarker.cpp legend/qpielegendmarker.h legend/qpielegendmarker_p.h
|
|
||||||
piechart/piechartitem.cpp piechart/piechartitem_p.h
|
|
||||||
piechart/pieslicedata_p.h
|
|
||||||
piechart/piesliceitem.cpp piechart/piesliceitem_p.h
|
|
||||||
piechart/qhpiemodelmapper.cpp piechart/qhpiemodelmapper.h
|
|
||||||
piechart/qpiemodelmapper.cpp piechart/qpiemodelmapper.h piechart/qpiemodelmapper_p.h
|
|
||||||
piechart/qpieseries.cpp piechart/qpieseries.h piechart/qpieseries_p.h
|
|
||||||
piechart/qpieslice.cpp piechart/qpieslice.h piechart/qpieslice_p.h
|
|
||||||
piechart/qvpiemodelmapper.cpp piechart/qvpiemodelmapper.h
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
piechart
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION QT_FEATURE_charts_scatter_chart
|
|
||||||
SOURCES
|
|
||||||
animations/scatteranimation.cpp animations/scatteranimation_p.h
|
|
||||||
scatterchart/qscatterseries.cpp scatterchart/qscatterseries.h scatterchart/qscatterseries_p.h
|
|
||||||
scatterchart/scatterchartitem.cpp scatterchart/scatterchartitem_p.h
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
scatterchart
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION QT_FEATURE_charts_spline_chart
|
|
||||||
SOURCES
|
|
||||||
animations/splineanimation.cpp animations/splineanimation_p.h
|
|
||||||
splinechart/qsplineseries.cpp splinechart/qsplineseries.h splinechart/qsplineseries_p.h
|
|
||||||
splinechart/splinechartitem.cpp splinechart/splinechartitem_p.h
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
splinechart
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION QT_FEATURE_charts_boxplot_chart
|
|
||||||
SOURCES
|
|
||||||
animations/boxplotanimation.cpp animations/boxplotanimation_p.h
|
|
||||||
animations/boxwhiskersanimation.cpp animations/boxwhiskersanimation_p.h
|
|
||||||
boxplotchart/boxplotchartitem.cpp boxplotchart/boxplotchartitem_p.h
|
|
||||||
boxplotchart/boxwhiskers.cpp boxplotchart/boxwhiskers_p.h
|
|
||||||
boxplotchart/boxwhiskersdata_p.h
|
|
||||||
boxplotchart/qboxplotmodelmapper.cpp boxplotchart/qboxplotmodelmapper.h boxplotchart/qboxplotmodelmapper_p.h
|
|
||||||
boxplotchart/qboxplotseries.cpp boxplotchart/qboxplotseries.h boxplotchart/qboxplotseries_p.h
|
|
||||||
boxplotchart/qboxset.cpp boxplotchart/qboxset.h boxplotchart/qboxset_p.h
|
|
||||||
boxplotchart/qhboxplotmodelmapper.cpp boxplotchart/qhboxplotmodelmapper.h
|
|
||||||
boxplotchart/qvboxplotmodelmapper.cpp boxplotchart/qvboxplotmodelmapper.h
|
|
||||||
legend/qboxplotlegendmarker.cpp legend/qboxplotlegendmarker.h legend/qboxplotlegendmarker_p.h
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
boxplotchart
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION QT_FEATURE_charts_candlestick_chart
|
|
||||||
SOURCES
|
|
||||||
animations/candlestickanimation.cpp animations/candlestickanimation_p.h
|
|
||||||
animations/candlestickbodywicksanimation.cpp animations/candlestickbodywicksanimation_p.h
|
|
||||||
candlestickchart/candlestick.cpp candlestickchart/candlestick_p.h
|
|
||||||
candlestickchart/candlestickchartitem.cpp candlestickchart/candlestickchartitem_p.h
|
|
||||||
candlestickchart/candlestickdata_p.h
|
|
||||||
candlestickchart/qcandlestickmodelmapper.cpp candlestickchart/qcandlestickmodelmapper.h candlestickchart/qcandlestickmodelmapper_p.h
|
|
||||||
candlestickchart/qcandlestickseries.cpp candlestickchart/qcandlestickseries.h candlestickchart/qcandlestickseries_p.h
|
|
||||||
candlestickchart/qcandlestickset.cpp candlestickchart/qcandlestickset.h candlestickchart/qcandlestickset_p.h
|
|
||||||
candlestickchart/qhcandlestickmodelmapper.cpp candlestickchart/qhcandlestickmodelmapper.h
|
|
||||||
candlestickchart/qvcandlestickmodelmapper.cpp candlestickchart/qvcandlestickmodelmapper.h
|
|
||||||
legend/qcandlesticklegendmarker.cpp legend/qcandlesticklegendmarker.h legend/qcandlesticklegendmarker_p.h
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
candlestickchart
|
|
||||||
)
|
|
||||||
|
|
||||||
#### Keys ignored in scope 12:.:.:charts.pro:MSVC:
|
|
||||||
# QMAKE_CXXFLAGS_WARN_ON = "-wd4267"
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION WIN32
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
user32
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(Charts CONDITION QT_FEATURE_charts_datetime_axis
|
|
||||||
SOURCES
|
|
||||||
axis/datetimeaxis/chartdatetimeaxisx.cpp axis/datetimeaxis/chartdatetimeaxisx_p.h
|
|
||||||
axis/datetimeaxis/chartdatetimeaxisy.cpp axis/datetimeaxis/chartdatetimeaxisy_p.h
|
|
||||||
axis/datetimeaxis/datetimeaxislabel.cpp axis/datetimeaxis/datetimeaxislabel_p.h
|
|
||||||
axis/datetimeaxis/polarchartdatetimeaxisangular.cpp axis/datetimeaxis/polarchartdatetimeaxisangular_p.h
|
|
||||||
axis/datetimeaxis/polarchartdatetimeaxisradial.cpp axis/datetimeaxis/polarchartdatetimeaxisradial_p.h
|
|
||||||
axis/datetimeaxis/qdatetimeaxis.cpp axis/datetimeaxis/qdatetimeaxis.h axis/datetimeaxis/qdatetimeaxis_p.h
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
axis/datetimeaxis
|
|
||||||
)
|
|
||||||
qt_internal_add_docs(Charts
|
|
||||||
doc/qtcharts.qdocconf
|
|
||||||
)
|
|
||||||
|
|
|
@ -1,85 +0,0 @@
|
||||||
TARGET = QtCharts
|
|
||||||
QT = core gui widgets opengl openglwidgets
|
|
||||||
QT_PRIVATE += core-private
|
|
||||||
|
|
||||||
QMAKE_DOCS = $$PWD/doc/qtcharts.qdocconf
|
|
||||||
|
|
||||||
QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
|
|
||||||
QMAKE_TARGET_DESCRIPTION = "Charts component for Qt."
|
|
||||||
|
|
||||||
############################# SOURCES ##########################################
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
$$PWD/chartdataset.cpp \
|
|
||||||
$$PWD/chartpresenter.cpp \
|
|
||||||
$$PWD/chartthememanager.cpp \
|
|
||||||
$$PWD/qchart.cpp \
|
|
||||||
$$PWD/qchartview.cpp \
|
|
||||||
$$PWD/qabstractseries.cpp \
|
|
||||||
$$PWD/chartbackground.cpp \
|
|
||||||
$$PWD/chartelement.cpp \
|
|
||||||
$$PWD/chartitem.cpp \
|
|
||||||
$$PWD/scroller.cpp \
|
|
||||||
$$PWD/charttitle.cpp \
|
|
||||||
$$PWD/qpolarchart.cpp
|
|
||||||
|
|
||||||
qtConfig(opengl): SOURCES += $$PWD/glwidget.cpp
|
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
$$PWD/chartdataset_p.h \
|
|
||||||
$$PWD/chartitem_p.h \
|
|
||||||
$$PWD/chartpresenter_p.h \
|
|
||||||
$$PWD/chartthememanager_p.h \
|
|
||||||
$$PWD/chartbackground_p.h \
|
|
||||||
$$PWD/chartelement_p.h \
|
|
||||||
$$PWD/chartconfig_p.h \
|
|
||||||
$$PWD/qchart_p.h \
|
|
||||||
$$PWD/qchartview_p.h \
|
|
||||||
$$PWD/scroller_p.h \
|
|
||||||
$$PWD/qabstractseries_p.h \
|
|
||||||
$$PWD/charttitle_p.h \
|
|
||||||
$$PWD/charthelpers_p.h \
|
|
||||||
$$PWD/qchartglobal_p.h
|
|
||||||
|
|
||||||
qtConfig(opengl): HEADERS += $$PWD/glwidget_p.h
|
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
$$PWD/qchart.h \
|
|
||||||
$$PWD/qchartglobal.h \
|
|
||||||
$$PWD/qabstractseries.h \
|
|
||||||
$$PWD/qchartview.h \
|
|
||||||
$$PWD/qpolarchart.h
|
|
||||||
|
|
||||||
include($$PWD/animations/animations.pri)
|
|
||||||
include($$PWD/themes/themes.pri)
|
|
||||||
include($$PWD/xychart/xychart.pri)
|
|
||||||
include($$PWD/layout/layout.pri)
|
|
||||||
include($$PWD/axis/axis.pri)
|
|
||||||
include($$PWD/domain/domain.pri)
|
|
||||||
include($$PWD/legend/legend.pri)
|
|
||||||
|
|
||||||
qtConfig(charts-area-chart): include($$PWD/areachart/areachart.pri)
|
|
||||||
qtConfig(charts-bar-chart): include($$PWD/barchart/barchart.pri)
|
|
||||||
qtConfig(charts-line-chart): include($$PWD/linechart/linechart.pri)
|
|
||||||
qtConfig(charts-pie-chart): include($$PWD/piechart/piechart.pri)
|
|
||||||
qtConfig(charts-scatter-chart): include($$PWD/scatterchart/scatter.pri)
|
|
||||||
qtConfig(charts-spline-chart): include($$PWD/splinechart/splinechart.pri)
|
|
||||||
qtConfig(charts-boxplot-chart): include($$PWD/boxplotchart/boxplotchart.pri)
|
|
||||||
qtConfig(charts-candlestick-chart): include($$PWD/candlestickchart/candlestickchart.pri)
|
|
||||||
|
|
||||||
OTHER_FILES += doc/qtcharts.qdocconf \
|
|
||||||
doc/src/* \
|
|
||||||
doc/images/*
|
|
||||||
|
|
||||||
msvc {
|
|
||||||
# Suppress "conversion from 'size_t' to 'int', possible loss of data" warnings in 64bit
|
|
||||||
# builds resulting from usage of str::sort
|
|
||||||
QMAKE_CXXFLAGS_WARN_ON += -wd4267
|
|
||||||
}
|
|
||||||
|
|
||||||
win32 {
|
|
||||||
# ChartThemeSystem uses Windows native API
|
|
||||||
LIBS += -luser32
|
|
||||||
}
|
|
||||||
|
|
||||||
load(qt_module)
|
|
|
@ -1,304 +0,0 @@
|
||||||
# Generated from chartsqml2.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qtchartsqml2 Plugin:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_qml_module(qtchartsqml2
|
|
||||||
VERSION "2.${CMAKE_PROJECT_VERSION_MINOR}"
|
|
||||||
CLASSNAME QtChartsQml2Plugin
|
|
||||||
SKIP_TYPE_REGISTRATION
|
|
||||||
SOURCES
|
|
||||||
chartsqml2_plugin.cpp
|
|
||||||
declarativeabstractrendernode_p.h
|
|
||||||
declarativeaxes.cpp declarativeaxes_p.h
|
|
||||||
declarativecategoryaxis.cpp declarativecategoryaxis_p.h
|
|
||||||
declarativechart.cpp declarativechart_p.h
|
|
||||||
declarativechartglobal_p.h
|
|
||||||
declarativechartnode.cpp declarativechartnode_p.h
|
|
||||||
declarativemargins.cpp declarativemargins_p.h
|
|
||||||
declarativepolarchart.cpp declarativepolarchart_p.h
|
|
||||||
declarativexypoint.cpp declarativexypoint_p.h
|
|
||||||
declarativexyseries.cpp declarativexyseries_p.h
|
|
||||||
DEFINES
|
|
||||||
QT_BUILD_QMLCHARTS_LIB
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
LIBRARIES
|
|
||||||
Qt::ChartsPrivate
|
|
||||||
Qt::CorePrivate
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::ChartsPrivate
|
|
||||||
Qt::Core
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:chartsqml2.pro:<TRUE>:
|
|
||||||
# CXX_MODULE = "charts"
|
|
||||||
# IMPORT_VERSION = "2.$$QT_MINOR_VERSION"
|
|
||||||
# QMAKE_QMLPLUGINDUMP_FLAGS = "-qapp"
|
|
||||||
# QT_FOR_CONFIG = "charts"
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qtchartsqml2 CONDITION QT_FEATURE_opengl
|
|
||||||
SOURCES
|
|
||||||
declarativeopenglrendernode.cpp declarativeopenglrendernode_p.h
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(qtchartsqml2 CONDITION QT_FEATURE_charts_line_chart
|
|
||||||
SOURCES
|
|
||||||
declarativelineseries.cpp declarativelineseries_p.h
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(qtchartsqml2 CONDITION QT_FEATURE_charts_spline_chart
|
|
||||||
SOURCES
|
|
||||||
declarativesplineseries.cpp declarativesplineseries_p.h
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(qtchartsqml2 CONDITION QT_FEATURE_charts_area_chart
|
|
||||||
SOURCES
|
|
||||||
declarativeareaseries.cpp declarativeareaseries_p.h
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(qtchartsqml2 CONDITION QT_FEATURE_charts_scatter_chart
|
|
||||||
SOURCES
|
|
||||||
declarativescatterseries.cpp declarativescatterseries_p.h
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(qtchartsqml2 CONDITION QT_FEATURE_charts_pie_chart
|
|
||||||
SOURCES
|
|
||||||
declarativepieseries.cpp declarativepieseries_p.h
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(qtchartsqml2 CONDITION QT_FEATURE_charts_bar_chart
|
|
||||||
SOURCES
|
|
||||||
declarativebarseries.cpp declarativebarseries_p.h
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(qtchartsqml2 CONDITION QT_FEATURE_charts_boxplot_chart
|
|
||||||
SOURCES
|
|
||||||
declarativeboxplotseries.cpp declarativeboxplotseries_p.h
|
|
||||||
)
|
|
||||||
|
|
||||||
qt_internal_extend_target(qtchartsqml2 CONDITION QT_FEATURE_charts_candlestick_chart
|
|
||||||
SOURCES
|
|
||||||
declarativecandlestickseries.cpp declarativecandlestickseries_p.h
|
|
||||||
)
|
|
||||||
|
|
||||||
#### Keys ignored in scope 11:.:.:chartsqml2.pro:WIN32:
|
|
||||||
# QMAKE_TARGET_DESCRIPTION = "Charts QML plugin for Qt."
|
|
||||||
# QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
|
|
||||||
|
|
||||||
set(qml_files
|
|
||||||
"designer/ChartViewSpecifics.qml"
|
|
||||||
"designer/default/AreaSeries.qml"
|
|
||||||
"designer/default/BarSeries.qml"
|
|
||||||
"designer/default/BoxPlotSeries.qml"
|
|
||||||
"designer/default/HorizontalBarSeries.qml"
|
|
||||||
"designer/default/HorizontalPercentBarSeries.qml"
|
|
||||||
"designer/default/HorizontalStackedBarSeries.qml"
|
|
||||||
"designer/default/LineSeries.qml"
|
|
||||||
"designer/default/PercentBarSeries.qml"
|
|
||||||
"designer/default/PieSeries.qml"
|
|
||||||
"designer/default/ScatterSeries.qml"
|
|
||||||
"designer/default/SplineSeries.qml"
|
|
||||||
"designer/default/StackedBarSeries.qml"
|
|
||||||
"designer/default/PolarAreaSeries.qml"
|
|
||||||
"designer/default/PolarLineSeries.qml"
|
|
||||||
"designer/default/PolarScatterSeries.qml"
|
|
||||||
"designer/default/PolarSplineSeries.qml"
|
|
||||||
"designer/qtcharts.metainfo"
|
|
||||||
"designer/images/areaseries-chart-icon.png"
|
|
||||||
"designer/images/areaseries-chart-icon16.png"
|
|
||||||
"designer/images/barseries-icon.png"
|
|
||||||
"designer/images/barseries-icon16.png"
|
|
||||||
"designer/images/boxplotseries-chart-icon.png"
|
|
||||||
"designer/images/boxplotseries-chart-icon16.png"
|
|
||||||
"designer/images/horizontalbarseries-icon.png"
|
|
||||||
"designer/images/horizontalbarseries-icon16.png"
|
|
||||||
"designer/images/horizontalpercentbarseries-icon.png"
|
|
||||||
"designer/images/horizontalpercentbarseries-icon16.png"
|
|
||||||
"designer/images/horizontalstackedbarseries-icon.png"
|
|
||||||
"designer/images/horizontalstackedbarseries-icon16.png"
|
|
||||||
"designer/images/lineseries-chart-icon.png"
|
|
||||||
"designer/images/lineseries-chart-icon16.png"
|
|
||||||
"designer/images/percentbarseries-icon.png"
|
|
||||||
"designer/images/percentbarseries-icon16.png"
|
|
||||||
"designer/images/pieseries-chart-icon.png"
|
|
||||||
"designer/images/pieseries-chart-icon16.png"
|
|
||||||
"designer/images/scatterseries-chart-icon.png"
|
|
||||||
"designer/images/scatterseries-chart-icon16.png"
|
|
||||||
"designer/images/splineseries-chart-icon.png"
|
|
||||||
"designer/images/splineseries-chart-icon16.png"
|
|
||||||
"designer/images/stackedbarseries-icon.png"
|
|
||||||
"designer/images/stackedbarseries-icon16.png"
|
|
||||||
"designer/images/areaseries-polar-icon.png"
|
|
||||||
"designer/images/areaseries-polar-icon16.png"
|
|
||||||
"designer/images/lineseries-polar-icon.png"
|
|
||||||
"designer/images/lineseries-polar-icon16.png"
|
|
||||||
"designer/images/scatterseries-polar-icon.png"
|
|
||||||
"designer/images/scatterseries-polar-icon16.png"
|
|
||||||
"designer/images/splineseries-polar-icon.png"
|
|
||||||
"designer/images/splineseries-polar-icon16.png"
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/ChartViewSpecifics.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/AreaSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/BarSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/BoxPlotSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/HorizontalBarSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/HorizontalPercentBarSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/HorizontalStackedBarSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/LineSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/PercentBarSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/PieSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/ScatterSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/SplineSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/StackedBarSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/PolarAreaSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/PolarLineSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/PolarScatterSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/default/PolarSplineSeries.qml PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/qtcharts.metainfo PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/areaseries-chart-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/areaseries-chart-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/barseries-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/barseries-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/boxplotseries-chart-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/boxplotseries-chart-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/horizontalbarseries-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/horizontalbarseries-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/horizontalpercentbarseries-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/horizontalpercentbarseries-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/horizontalstackedbarseries-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/horizontalstackedbarseries-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/lineseries-chart-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/lineseries-chart-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/percentbarseries-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/percentbarseries-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/pieseries-chart-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/pieseries-chart-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/scatterseries-chart-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/scatterseries-chart-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/splineseries-chart-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/splineseries-chart-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/stackedbarseries-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/stackedbarseries-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/areaseries-polar-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/areaseries-polar-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/lineseries-polar-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/lineseries-polar-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/scatterseries-polar-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/scatterseries-polar-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/splineseries-polar-icon.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
set_source_files_properties(designer/images/splineseries-polar-icon16.png PROPERTIES
|
|
||||||
QT_QML_SKIP_QMLDIR_ENTRY TRUE
|
|
||||||
)
|
|
||||||
|
|
||||||
qt6_target_qml_files(qtchartsqml2
|
|
||||||
FILES
|
|
||||||
${qml_files}
|
|
||||||
)
|
|
|
@ -1,84 +0,0 @@
|
||||||
include($$OUT_PWD/../../src/charts/qtcharts-config.pri)
|
|
||||||
QT_FOR_CONFIG += charts
|
|
||||||
|
|
||||||
TARGET = qtchartsqml2
|
|
||||||
CXX_MODULE = charts
|
|
||||||
DEFINES += QT_BUILD_QMLCHARTS_LIB
|
|
||||||
|
|
||||||
QT += opengl qml quick
|
|
||||||
QT += charts charts-private
|
|
||||||
QT_PRIVATE += core-private charts-private
|
|
||||||
|
|
||||||
include($$PWD/designer/designer.pri)
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
chartsqml2_plugin.cpp \
|
|
||||||
declarativechart.cpp \
|
|
||||||
declarativexypoint.cpp \
|
|
||||||
declarativexyseries.cpp \
|
|
||||||
declarativecategoryaxis.cpp \
|
|
||||||
declarativemargins.cpp \
|
|
||||||
declarativeaxes.cpp \
|
|
||||||
declarativepolarchart.cpp \
|
|
||||||
declarativechartnode.cpp
|
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
declarativechart_p.h \
|
|
||||||
declarativexypoint_p.h \
|
|
||||||
declarativexyseries_p.h \
|
|
||||||
declarativecategoryaxis_p.h \
|
|
||||||
declarativemargins_p.h \
|
|
||||||
declarativeaxes_p.h \
|
|
||||||
declarativepolarchart_p.h \
|
|
||||||
declarativeabstractrendernode_p.h \
|
|
||||||
declarativechartnode_p.h \
|
|
||||||
declarativechartglobal_p.h
|
|
||||||
|
|
||||||
qtConfig(opengl) {
|
|
||||||
SOURCES += declarativeopenglrendernode.cpp
|
|
||||||
HEADERS += declarativeopenglrendernode_p.h
|
|
||||||
}
|
|
||||||
qtConfig(charts-line-chart) {
|
|
||||||
SOURCES += declarativelineseries.cpp
|
|
||||||
HEADERS += declarativelineseries_p.h
|
|
||||||
}
|
|
||||||
qtConfig(charts-spline-chart) {
|
|
||||||
SOURCES += declarativesplineseries.cpp
|
|
||||||
HEADERS += declarativesplineseries_p.h
|
|
||||||
}
|
|
||||||
qtConfig(charts-area-chart) {
|
|
||||||
SOURCES += declarativeareaseries.cpp
|
|
||||||
HEADERS += declarativeareaseries_p.h
|
|
||||||
}
|
|
||||||
qtConfig(charts-scatter-chart) {
|
|
||||||
SOURCES += declarativescatterseries.cpp
|
|
||||||
HEADERS += declarativescatterseries_p.h
|
|
||||||
}
|
|
||||||
qtConfig(charts-pie-chart) {
|
|
||||||
SOURCES += declarativepieseries.cpp
|
|
||||||
HEADERS += declarativepieseries_p.h
|
|
||||||
}
|
|
||||||
qtConfig(charts-bar-chart) {
|
|
||||||
SOURCES += declarativebarseries.cpp
|
|
||||||
HEADERS += declarativebarseries_p.h
|
|
||||||
}
|
|
||||||
qtConfig(charts-boxplot-chart) {
|
|
||||||
SOURCES += declarativeboxplotseries.cpp
|
|
||||||
HEADERS += declarativeboxplotseries_p.h
|
|
||||||
}
|
|
||||||
qtConfig(charts-candlestick-chart) {
|
|
||||||
SOURCES += declarativecandlestickseries.cpp
|
|
||||||
HEADERS += declarativecandlestickseries_p.h
|
|
||||||
}
|
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD
|
|
||||||
|
|
||||||
IMPORT_VERSION = 2.$$QT_MINOR_VERSION
|
|
||||||
QMAKE_QMLPLUGINDUMP_FLAGS = -qapp
|
|
||||||
|
|
||||||
load(qml_plugin)
|
|
||||||
|
|
||||||
win32 {
|
|
||||||
QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
|
|
||||||
QMAKE_TARGET_DESCRIPTION = "Charts QML plugin for Qt."
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
TEMPLATE = subdirs
|
|
||||||
CONFIG += ordered
|
|
||||||
SUBDIRS += charts
|
|
||||||
qtHaveModule(quick) {
|
|
||||||
SUBDIRS += chartsqml2
|
|
||||||
}
|
|
|
@ -1,40 +0,0 @@
|
||||||
# Generated from auto.pro.
|
|
||||||
|
|
||||||
add_subdirectory(qchartview)
|
|
||||||
add_subdirectory(qchart)
|
|
||||||
add_subdirectory(qlineseries)
|
|
||||||
add_subdirectory(qbarset)
|
|
||||||
add_subdirectory(qbarseries)
|
|
||||||
add_subdirectory(qstackedbarseries)
|
|
||||||
add_subdirectory(qpercentbarseries)
|
|
||||||
add_subdirectory(qpieslice)
|
|
||||||
add_subdirectory(qpieseries)
|
|
||||||
add_subdirectory(qpiemodelmapper)
|
|
||||||
add_subdirectory(qsplineseries)
|
|
||||||
add_subdirectory(qscatterseries)
|
|
||||||
add_subdirectory(qxymodelmapper)
|
|
||||||
add_subdirectory(qbarmodelmapper)
|
|
||||||
add_subdirectory(qhorizontalbarseries)
|
|
||||||
add_subdirectory(qhorizontalstackedbarseries)
|
|
||||||
add_subdirectory(qhorizontalpercentbarseries)
|
|
||||||
add_subdirectory(qvalueaxis)
|
|
||||||
add_subdirectory(qlogvalueaxis)
|
|
||||||
add_subdirectory(qcategoryaxis)
|
|
||||||
add_subdirectory(qbarcategoryaxis)
|
|
||||||
add_subdirectory(qlegend)
|
|
||||||
add_subdirectory(qareaseries)
|
|
||||||
add_subdirectory(cmake)
|
|
||||||
add_subdirectory(qcandlestickmodelmapper)
|
|
||||||
add_subdirectory(qcandlestickseries)
|
|
||||||
add_subdirectory(qcandlestickset)
|
|
||||||
if(QT_CONFIG___contains___private_tests)
|
|
||||||
add_subdirectory(domain)
|
|
||||||
add_subdirectory(chartdataset)
|
|
||||||
endif()
|
|
||||||
if(QT_FEATURE_charts_datetime_axis)
|
|
||||||
add_subdirectory(qdatetimeaxis)
|
|
||||||
endif()
|
|
||||||
if(TARGET Qt::Quick)
|
|
||||||
add_subdirectory(qml)
|
|
||||||
add_subdirectory(qml-qtquicktest)
|
|
||||||
endif()
|
|
|
@ -1,46 +0,0 @@
|
||||||
include($$OUT_PWD/../../src/charts/qtcharts-config.pri)
|
|
||||||
QT_FOR_CONFIG += charts
|
|
||||||
TEMPLATE = subdirs
|
|
||||||
SUBDIRS += \
|
|
||||||
qchartview \
|
|
||||||
qchart \
|
|
||||||
qlineseries \
|
|
||||||
qbarset \
|
|
||||||
qbarseries \
|
|
||||||
qstackedbarseries \
|
|
||||||
qpercentbarseries \
|
|
||||||
qpieslice qpieseries \
|
|
||||||
qpiemodelmapper \
|
|
||||||
qsplineseries \
|
|
||||||
qscatterseries \
|
|
||||||
qxymodelmapper \
|
|
||||||
qbarmodelmapper \
|
|
||||||
qhorizontalbarseries \
|
|
||||||
qhorizontalstackedbarseries \
|
|
||||||
qhorizontalpercentbarseries \
|
|
||||||
qvalueaxis \
|
|
||||||
qlogvalueaxis \
|
|
||||||
qcategoryaxis \
|
|
||||||
qbarcategoryaxis \
|
|
||||||
domain \
|
|
||||||
chartdataset \
|
|
||||||
qlegend \
|
|
||||||
qareaseries \
|
|
||||||
cmake \
|
|
||||||
qcandlestickmodelmapper \
|
|
||||||
qcandlestickseries \
|
|
||||||
qcandlestickset
|
|
||||||
|
|
||||||
qtConfig(charts-datetime-axis) {
|
|
||||||
SUBDIRS += qdatetimeaxis
|
|
||||||
}
|
|
||||||
|
|
||||||
qtHaveModule(quick) {
|
|
||||||
SUBDIRS += qml \
|
|
||||||
qml-qtquicktest
|
|
||||||
}
|
|
||||||
|
|
||||||
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
||||||
domain \
|
|
||||||
chartdataset
|
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
# Generated from chartdataset.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## chartdataset Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(chartdataset
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_chartdataset.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::ChartsPrivate
|
|
||||||
Qt::CorePrivate
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(chartdataset CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,5 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
|
|
||||||
QT += charts-private core-private
|
|
||||||
|
|
||||||
SOURCES += tst_chartdataset.cpp
|
|
|
@ -1,7 +0,0 @@
|
||||||
|
|
||||||
# Cause make to do nothing.
|
|
||||||
TEMPLATE = subdirs
|
|
||||||
|
|
||||||
CMAKE_QT_MODULES_UNDER_TEST = charts
|
|
||||||
|
|
||||||
CONFIG += ctest_testcase
|
|
|
@ -1,30 +0,0 @@
|
||||||
# Generated from domain.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## domain Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(domain
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_domain.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::ChartsPrivate
|
|
||||||
Qt::CorePrivate
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(domain CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,4 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
QT += charts-private core-private
|
|
||||||
|
|
||||||
SOURCES += tst_domain.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qareaseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qareaseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qareaseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qareaseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qareaseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qareaseries.cpp
|
|
|
@ -1,29 +0,0 @@
|
||||||
# Generated from qbarcategoryaxis.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qbarcategoryaxis Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qbarcategoryaxis
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
../qabstractaxis/tst_qabstractaxis.cpp ../qabstractaxis/tst_qabstractaxis.h
|
|
||||||
tst_qbarcategoryaxis.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qbarcategoryaxis CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
HEADERS += ../qabstractaxis/tst_qabstractaxis.h
|
|
||||||
SOURCES += tst_qbarcategoryaxis.cpp ../qabstractaxis/tst_qabstractaxis.cpp
|
|
|
@ -1,19 +0,0 @@
|
||||||
# Generated from qbarmodelmapper.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qbarmodelmapper Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qbarmodelmapper
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qbarmodelmapper.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += \
|
|
||||||
tst_qbarmodelmapper.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qbarseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qbarseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qbarseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qbarseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qbarseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qbarseries.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qbarset.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qbarset Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qbarset
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qbarset.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qbarset CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qbarset.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qcandlestickmodelmapper.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qcandlestickmodelmapper Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qcandlestickmodelmapper
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qcandlestickmodelmapper.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qcandlestickmodelmapper CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qcandlestickmodelmapper.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qcandlestickseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qcandlestickseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qcandlestickseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qcandlestickseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qcandlestickseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qcandlestickseries.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qcandlestickset.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qcandlestickset Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qcandlestickset
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qcandlestickset.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qcandlestickset CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qcandlestickset.cpp
|
|
|
@ -1,29 +0,0 @@
|
||||||
# Generated from qcategoryaxis.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qcategoryaxis Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qcategoryaxis
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
../qabstractaxis/tst_qabstractaxis.cpp ../qabstractaxis/tst_qabstractaxis.h
|
|
||||||
tst_qcategoryaxis.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qcategoryaxis CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
HEADERS += ../qabstractaxis/tst_qabstractaxis.h
|
|
||||||
SOURCES += tst_qcategoryaxis.cpp ../qabstractaxis/tst_qabstractaxis.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qchart.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qchart Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qchart
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qchart.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qchart CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qchart.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qchartview.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qchartview Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qchartview
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qchartview.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qchartview CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qchartview.cpp
|
|
|
@ -1,29 +0,0 @@
|
||||||
# Generated from qdatetimeaxis.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qdatetimeaxis Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qdatetimeaxis
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
../qabstractaxis/tst_qabstractaxis.cpp ../qabstractaxis/tst_qabstractaxis.h
|
|
||||||
tst_qdatetimeaxis.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qdatetimeaxis CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
HEADERS += ../qabstractaxis/tst_qabstractaxis.h
|
|
||||||
SOURCES += tst_qdatetimeaxis.cpp ../qabstractaxis/tst_qabstractaxis.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qhorizontalbarseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qhorizontalbarseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qhorizontalbarseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qhorizontalbarseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qhorizontalbarseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qhorizontalbarseries.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qhorizontalpercentbarseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qhorizontalpercentbarseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qhorizontalpercentbarseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qhorizontalpercentbarseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qhorizontalpercentbarseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qhorizontalpercentbarseries.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qhorizontalstackedbarseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qhorizontalstackedbarseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qhorizontalstackedbarseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qhorizontalstackedbarseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qhorizontalstackedbarseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qhorizontalstackedbarseries.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qlegend.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qlegend Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qlegend
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qlegend.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qlegend CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qlegend.cpp
|
|
|
@ -1,29 +0,0 @@
|
||||||
# Generated from qlineseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qlineseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qlineseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
../qxyseries/tst_qxyseries.cpp ../qxyseries/tst_qxyseries.h
|
|
||||||
tst_qlineseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qlineseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
HEADERS += ../qxyseries/tst_qxyseries.h
|
|
||||||
SOURCES += tst_qlineseries.cpp ../qxyseries/tst_qxyseries.cpp
|
|
|
@ -1,29 +0,0 @@
|
||||||
# Generated from qlogvalueaxis.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qlogvalueaxis Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qlogvalueaxis
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
../qabstractaxis/tst_qabstractaxis.cpp ../qabstractaxis/tst_qabstractaxis.h
|
|
||||||
tst_qlogvalueaxis.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qlogvalueaxis CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
HEADERS += ../qabstractaxis/tst_qabstractaxis.h
|
|
||||||
SOURCES += tst_qlogvalueaxis.cpp ../qabstractaxis/tst_qabstractaxis.cpp
|
|
|
@ -1,7 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
TEMPLATE = app
|
|
||||||
CONFIG += warn_on qmltestcase
|
|
||||||
CONFIG -= testcase
|
|
||||||
SOURCES += main.cpp
|
|
||||||
OTHER_FILES += tst_*.qml
|
|
||||||
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"
|
|
|
@ -1,30 +0,0 @@
|
||||||
# Generated from qml.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qml Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qml
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qml.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qml CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qml.cpp
|
|
||||||
QT += qml quick
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qpercentbarseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qpercentbarseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qpercentbarseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qpercentbarseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qpercentbarseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qpercentbarseries.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qpiemodelmapper.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qpiemodelmapper Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qpiemodelmapper
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qpiemodelmapper.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qpiemodelmapper CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += \
|
|
||||||
tst_qpiemodelmapper.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qpieseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qpieseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qpieseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qpieseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qpieseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qpieseries.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qpieslice.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qpieslice Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qpieslice
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qpieslice.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qpieslice CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qpieslice.cpp
|
|
|
@ -1,29 +0,0 @@
|
||||||
# Generated from qscatterseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qscatterseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qscatterseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
../qxyseries/tst_qxyseries.cpp ../qxyseries/tst_qxyseries.h
|
|
||||||
tst_qscatterseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qscatterseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
HEADERS += ../qxyseries/tst_qxyseries.h
|
|
||||||
SOURCES += tst_qscatterseries.cpp ../qxyseries/tst_qxyseries.cpp
|
|
|
@ -1,29 +0,0 @@
|
||||||
# Generated from qsplineseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qsplineseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qsplineseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
../qxyseries/tst_qxyseries.cpp ../qxyseries/tst_qxyseries.h
|
|
||||||
tst_qsplineseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qsplineseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
HEADERS += ../qxyseries/tst_qxyseries.h
|
|
||||||
SOURCES += tst_qsplineseries.cpp ../qxyseries/tst_qxyseries.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qstackedbarseries.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qstackedbarseries Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qstackedbarseries
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qstackedbarseries.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qstackedbarseries CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,2 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += tst_qstackedbarseries.cpp
|
|
|
@ -1,29 +0,0 @@
|
||||||
# Generated from qvalueaxis.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qvalueaxis Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qvalueaxis
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
../qabstractaxis/tst_qabstractaxis.cpp ../qabstractaxis/tst_qabstractaxis.h
|
|
||||||
tst_qvalueaxis.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qvalueaxis CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
HEADERS += ../qabstractaxis/tst_qabstractaxis.h
|
|
||||||
SOURCES += tst_qvalueaxis.cpp ../qabstractaxis/tst_qabstractaxis.cpp
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated from qxymodelmapper.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
## qxymodelmapper Test:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_add_test(qxymodelmapper
|
|
||||||
SOURCES
|
|
||||||
../inc/tst_definitions.h
|
|
||||||
tst_qxymodelmapper.cpp
|
|
||||||
INCLUDE_DIRECTORIES
|
|
||||||
../inc
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Charts
|
|
||||||
Qt::Gui
|
|
||||||
Qt::OpenGL
|
|
||||||
Qt::OpenGLWidgets
|
|
||||||
Qt::Widgets
|
|
||||||
)
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
qt_internal_extend_target(qxymodelmapper CONDITION TARGET___contains___qml._x_
|
|
||||||
PUBLIC_LIBRARIES
|
|
||||||
Qt::Qml
|
|
||||||
Qt::Quick
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
include( ../auto.pri )
|
|
||||||
SOURCES += \
|
|
||||||
tst_qxymodelmapper.cpp
|
|
|
@ -1,3 +0,0 @@
|
||||||
TEMPLATE = subdirs
|
|
||||||
SUBDIRS += auto
|
|
||||||
exists(manual): SUBDIRS += manual
|
|
Loading…
Reference in New Issue