##// END OF EJS Templates
pure virtual getter for series to QLegendMarker. In some cases user don't need the derived pointer. This removes the need to cast to derived marker type
pure virtual getter for series to QLegendMarker. In some cases user don't need the derived pointer. This removes the need to cast to derived marker type

File last commit:

r2005:5e6f2a016c6f
r2181:1afcc57c4e2f
Show More
auto.pro
42 lines | 1009 B | text/idl | PrologLexer
Michal Klocek
Qt name convetion: move test to tests
r1200 !include( ../tests.pri ) {
error( "Couldn't find the tests.pri file!" )
Michal Klocek
Adds missing includes for pro files
r1003 }
Michal Klocek
Adds chartdata unit test
r224 TEMPLATE = subdirs
Michal Klocek
Adds tst_qvaluesaxis stub implementation
r1699 SUBDIRS += \
qchartview \
qchart \
qlineseries \
qbarset \
qbarseries \
qstackedbarseries \
qpercentbarseries \
qpieslice qpieseries \
qpiemodelmapper \
qsplineseries \
qscatterseries \
qxymodelmapper \
qbarmodelmapper \
qhorizontalbarseries \
qhorizontalstackedbarseries \
qhorizontalpercentbarseries \
Marek Rosa
renamed QValueAxis related files
r1805 qvalueaxis \
Marek Rosa
Renamed QCategoryAxis related files
r1817 qcategoryaxis \
Michal Klocek
Removes test_private form qmake, adds chaeck in soruce file of private tests
r1977 qbarcategoryaxis \
domain \
Michal Klocek
Disables qml test on < qt 4.7.4
r2005 chartdataset
contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) {
warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.")
} else {
SUBDIRS += qml
}
Michal Klocek
Adds visibility hidden compilation flag, adds EXPORT_AUTO macro for interal unit testing
r1050
Marek Rosa
Disabled QDateTimeAxis on ARM
r1867 !linux-arm*: {
SUBDIRS += \
qdatetimeaxis
}
Michal Klocek
Removes test_private form qmake, adds chaeck in soruce file of private tests
r1977