##// END OF EJS Templates
test parallel
test parallel

File last commit:

r6:1b9b32d0fd2e default
r6:1b9b32d0fd2e default
Show More
colormapchart.pri
21 lines | 423 B | text/plain | TextLexer
winter
first init : ColorMapChart added to QtCharts
r0 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
winter
test parallel
r6 QMAKE_CXXFLAGS+= -fopenmp
QMAKE_LFLAGS += -fopenmp
winter
first init : ColorMapChart added to QtCharts
r0 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