##// END OF EJS Templates
Wavechart example and designer plugin disabled on arm due to include problem
Wavechart example and designer plugin disabled on arm due to include problem

File last commit:

r1256:b3d46b8e0cda
r1680:73e46ffc00f9
Show More
xychart.pri
21 lines | 446 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/xychart.cpp \
$$PWD/qxyseries.cpp \
$$PWD/qxymodelmapper.cpp \
$$PWD/qvxymodelmapper.cpp \
$$PWD/qhxymodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/xychart_p.h \
$$PWD/qxyseries_p.h \
$$PWD/qxymodelmapper_p.h
PUBLIC_HEADERS += \
$$PWD/qxyseries.h \
$$PWD/qxymodelmapper.h \
$$PWD/qvxymodelmapper.h \
$$PWD/qhxymodelmapper.h