##// END OF EJS Templates
memory leak fixed
memory leak fixed

File last commit:

r0:5db0360e1259 default
r5:d44370b2cb06 default
Show More
colormapchart.pri
18 lines | 370 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qcolormapseries.cpp \
$$PWD/colormapchart.cpp \
$$PWD/colormapdatapart.cpp \
$$PWD/point3d.cpp
PRIVATE_HEADERS += \
$$PWD/qcolormapseries_p.h \
$$PWD/colormapchart_p.h
PUBLIC_HEADERS += \
$$PWD/qcolormapseries.h \
$$PWD/point3d.h \
$$PWD/colormapdatapart.h