##// END OF EJS Templates
Qt5: declarative fix part3...
Qt5: declarative fix part3 - re-enabled examples - fixed the include files in examples folder - scrollchart and zoomlinechart - QGestureEvent declaration added to header.

File last commit:

r1084:e690513e4103
r2054:96f04f377ffa
Show More
scatter.pri
13 lines | 249 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qscatterseries.cpp \
$$PWD/scatterchartitem.cpp
PRIVATE_HEADERS += \
$$PWD/scatterchartitem_p.h \
$$PWD/qscatterseries_p.h
PUBLIC_HEADERS += \
$$PWD/qscatterseries.h