##// END OF EJS Templates
Minor fix and example update
Minor fix and example update

File last commit:

r1164:9203960160af
r1171:9f73ba0753b8
Show More
xychart.pri
16 lines | 299 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/xychartitem.cpp \
$$PWD/qxyseries.cpp \
$$PWD/qxymodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/xychartitem_p.h \
$$PWD/qxyseries_p.h
PUBLIC_HEADERS += \
$$PWD/qxyseries.h \
$$PWD/qxymodelmapper.h