##// END OF EJS Templates
Qt5: declarative fix part1...
Qt5: declarative fix part1 - disabled demos examples and tests - disabled error on warning (QVector compilation issue: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules - disabled designer plugin - fixed the include files in plugins/declarative folder

File last commit:

r938:43d9ec405aa3
r2052:7140e4975cd3
Show More
splinechart.pri
13 lines | 244 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
$$PWD/splinechartitem.cpp
PRIVATE_HEADERS += \
$$PWD/splinechartitem_p.h \
$$PWD/qsplineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h