##// END OF EJS Templates
Set reasonable background color for docs toolbar...
Set reasonable background color for docs toolbar Default background color was white, which caused white on white text in linux assistant, which is for some reason unable to render the background picture for the toolbar. The real bug is probably in assistant, but at least with this workaround docs are usable. Task-number: QTRD-1480

File last commit:

r1256:b3d46b8e0cda
r2421:dd657ad6287a
Show More
xychart.pri
21 lines | 446 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/xychart.cpp \
$$PWD/qxyseries.cpp \
$$PWD/qxymodelmapper.cpp \
$$PWD/qvxymodelmapper.cpp \
$$PWD/qhxymodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/xychart_p.h \
$$PWD/qxyseries_p.h \
$$PWD/qxymodelmapper_p.h
PUBLIC_HEADERS += \
$$PWD/qxyseries.h \
$$PWD/qxymodelmapper.h \
$$PWD/qvxymodelmapper.h \
$$PWD/qhxymodelmapper.h