##// END OF EJS Templates
charts: Follow Qt's already-existent -developer-build option....
charts: Follow Qt's already-existent -developer-build option. This means that rebuilding the entirety of Qt with -developer-build will get us all autotests. Furthermore, it fixes the situation on OS X where a debug_and_release build wouldn't actually fully link. In addition, we clean up the tests that were stubbed when internals aren't available to just not build/run them at all by checking private_tests. Change-Id: I5701559cd91df842f78346d7d6ad9295bee587d0 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2855:aa5aba329d30
r2855:aa5aba329d30
Show More
auto.pro
41 lines | 911 B | text/idl | PrologLexer
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
QChart mapping functions: return QPoint(0, 0) if series type is Pie...
r2351 qlogvalueaxis \
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 \
sauimone
qlegend unit test started
r2207 chartdataset \
Titta Heikkala
Add cmake support...
r2729 qlegend \
cmake
Michal Klocek
Disables qml test on < qt 4.7.4
r2005
Marek Rosa
Disabled QDateTimeAxis on ARM
r1867 !linux-arm*: {
Tero Ahola
Unit test module for QML API
r2206 SUBDIRS += \
Marek Rosa
Disabled QDateTimeAxis on ARM
r1867 qdatetimeaxis
}
Titta Heikkala
Qt Charts project file structure change...
r2712 qtHaveModule(quick) {
SUBDIRS += qml \
qml-qtquicktest
Miikka Heikkinen
Fix qml autotest after qtquick2 support was added...
r2499 }
Robin Burchell
charts: Follow Qt's already-existent -developer-build option....
r2855
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
domain \
chartdataset