##// END OF EJS Templates
fixed crash in legendmarker when calling update from private constructor
fixed crash in legendmarker when calling update from private constructor

File last commit:

r1084:e690513e4103
r2227:d68dfe34c17e
Show More
scatter.pri
13 lines | 249 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qscatterseries.cpp \
$$PWD/scatterchartitem.cpp
PRIVATE_HEADERS += \
$$PWD/scatterchartitem_p.h \
$$PWD/qscatterseries_p.h
PUBLIC_HEADERS += \
$$PWD/qscatterseries.h