##// END OF EJS Templates
Fix Chart build when QT_NO_RUBBERBAND is defined...
Fix Chart build when QT_NO_RUBBERBAND is defined No rubber band is set for the QChartView if QT_NO_RUBBERBAND is defined. A warning will be fired in case one tries to set the rubber band and Qt is configured without the it. Task-number: QTRD-2240 Change-Id: I6259726077e39f143e317e1b1b13a1daa2a0c1e0 Reviewed-by: Karim Pinter <karim.pinter@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2483:f494279b6366
r2623:e4fe606cdd4c
Show More
layout.pri
12 lines | 285 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/abstractchartlayout.cpp \
$$PWD/cartesianchartlayout.cpp \
$$PWD/polarchartlayout.cpp
PRIVATE_HEADERS += \
$$PWD/abstractchartlayout_p.h \
$$PWD/cartesianchartlayout_p.h \
$$PWD/polarchartlayout_p.h