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

r2712:c544258484ff
r2812:2c2bde37df65
Show More
domain.pri
28 lines | 790 B | text/plain | TextLexer
#Subdirectiores are defined here, because qt creator doesn't handle nested include(foo.pri) chains very well.
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/abstractdomain.cpp \
$$PWD/polardomain.cpp \
$$PWD/xydomain.cpp \
$$PWD/xypolardomain.cpp \
$$PWD/xlogydomain.cpp \
$$PWD/xlogypolardomain.cpp \
$$PWD/logxydomain.cpp \
$$PWD/logxypolardomain.cpp \
$$PWD/logxlogydomain.cpp \
$$PWD/logxlogypolardomain.cpp
PRIVATE_HEADERS += \
$$PWD/abstractdomain_p.h \
$$PWD/polardomain_p.h \
$$PWD/xydomain_p.h \
$$PWD/xypolardomain_p.h \
$$PWD/xlogydomain_p.h \
$$PWD/xlogypolardomain_p.h \
$$PWD/logxydomain_p.h \
$$PWD/logxypolardomain_p.h \
$$PWD/logxlogydomain_p.h \
$$PWD/logxlogypolardomain_p.h