##// END OF EJS Templates
Fix axis sizehints when labels are angled...
Fix axis sizehints when labels are angled Sizehints didn't account for possiblity of having non-default angle for axis labels, resulting in incorrect width/height for axes. Task-number: QTRD-1902 Reviewed-by: Mika Salmela

File last commit:

r2275:95c64613f4b2
r2412:38736d0999b4
Show More
domain.pri
18 lines | 470 B | text/plain | TextLexer
Marek Rosa
Domains added
r2275 #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/xydomain.cpp \
$$PWD/xlogydomain.cpp \
$$PWD/logxydomain.cpp \
$$PWD/logxlogydomain.cpp
PRIVATE_HEADERS += \
$$PWD/abstractdomain_p.h \
$$PWD/xydomain_p.h \
$$PWD/xlogydomain_p.h \
$$PWD/logxydomain_p.h \
$$PWD/logxlogydomain_p.h