##// END OF EJS Templates
first init : ColorMapChart added to QtCharts
first init : ColorMapChart added to QtCharts

File last commit:

r0:5db0360e1259 default
r0:5db0360e1259 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