##// 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:

r2712:c544258484ff
r2855:aa5aba329d30
Show More
common.pri
15 lines | 472 B | text/plain | TextLexer
INCLUDEPATH += $$PWD/ \
$$PWD/animations \
$$PWD/areachart \
$$PWD/axis \
$$PWD/barchart \
$$PWD/boxplotchart \
$$PWD/domain \
$$PWD/layout \
$$PWD/legend \
$$PWD/linechart \
$$PWD/piechart \
$$PWD/scatterchart \
$$PWD/splinechart \
$$PWD/themes \
$$PWD/xychart