##// END OF EJS Templates
Some perfs improvments....
Some perfs improvments. Fixed bug on update outside of data range. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r2899:905c34fe48ad
r2902:1f7564788f9d 5.7
Show More
colormapchart.pri
21 lines | 439 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
QT+=concurrent
#QMAKE_CXXFLAGS+= -fopenmp
#QMAKE_LFLAGS += -fopenmp
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