##// END OF EJS Templates
new legend example for testing new api. Currently using still the old one.
new legend example for testing new api. Currently using still the old one.

File last commit:

r2005:5e6f2a016c6f
r2162:abb4622b2dab
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