##// END OF EJS Templates
Clarified box-and-whiskers chart documentation...
Clarified box-and-whiskers chart documentation The documentation now explains that the label is the category of QBarCategoryAxis that is used for slots in box-and-whiskers chart. Change-Id: I6a16a0f02f49790ab923c1a4432dc308d8246fc2 Task-number: QTRD-3697 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>

File last commit:

r2714:929d943d1aab
r2812:2c2bde37df65
Show More
auto.pri
15 lines | 317 B | text/plain | TextLexer
Michal Klocek
Qt name convetion: move test to tests
r1200 !include( ../tests.pri ) {
error( "Couldn't find the tests.pri file!" )
Tero Ahola
Created auto test specific pri
r960 }
Titta Heikkala
Fix include syntax...
r2714 QT += testlib widgets
Tero Ahola
Auto tests involving signal spys to wait before comparisons
r1109
Titta Heikkala
Qt Charts project file structure change...
r2712 !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
Heikkinen Miikka
Fix autotests build for android...
r2524
Tero Ahola
Auto tests involving signal spys to wait before comparisons
r1109 INCLUDEPATH += ../inc
HEADERS += ../inc/tst_definitions.h
Michal Klocek
Fix build paths to correct ones in build direcotry
r1198
Titta Heikkala
Qt Charts project file structure change...
r2712 #Define for unit tests
CONFIG(debug, debug|release) {
DEFINES += BUILD_PRIVATE_UNIT_TESTS
}