##// END OF EJS Templates
Prevent double adding slice pointer to series with Q_ASSERT
Prevent double adding slice pointer to series with Q_ASSERT

File last commit:

r938:43d9ec405aa3
r1092:f123347f2951
Show More
xychart.pri
13 lines | 240 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/xychartitem.cpp \
$$PWD/qxyseries.cpp
PRIVATE_HEADERS += \
$$PWD/xychartitem_p.h \
$$PWD/qxyseries_p.h
PUBLIC_HEADERS += \
$$PWD/qxyseries.h