##// END OF EJS Templates
some cleanup on legend and pie. No need for pie to know too much about legend
some cleanup on legend and pie. No need for pie to know too much about legend

File last commit:

r2005:5e6f2a016c6f
r2173:8e5e86b8b162
Show More
auto.pro
42 lines | 1009 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the tests.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
qchartview \
qchart \
qlineseries \
qbarset \
qbarseries \
qstackedbarseries \
qpercentbarseries \
qpieslice qpieseries \
qpiemodelmapper \
qsplineseries \
qscatterseries \
qxymodelmapper \
qbarmodelmapper \
qhorizontalbarseries \
qhorizontalstackedbarseries \
qhorizontalpercentbarseries \
qvalueaxis \
qcategoryaxis \
qbarcategoryaxis \
domain \
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
}
!linux-arm*: {
SUBDIRS += \
qdatetimeaxis
}