##// 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
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 \
cmake
!linux-arm*: {
SUBDIRS += \
qdatetimeaxis
}
qtHaveModule(quick) {
SUBDIRS += qml \
qml-qtquicktest
}
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
domain \
chartdataset