##// END OF EJS Templates
Refactor spline animation handling...
Refactor spline animation handling * removes legacy comented out code * adds valid flag to animation setup * moves controlPoints count check from splineitem to animation * when animation strats it checks for valid setup first * incase of invalid setup animation is stopped

File last commit:

r1769:b3818f5b5c7b
r1770:6ebf2349194b
Show More
qtcommercialchart.prf
17 lines | 330 B | application/pics-rules | TextLexer
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release) {
mac: {
LIBS += -lQtCommercialChart_debug
} else {
win32: {
LIBS += -lQtCommercialChartd
} else {
LIBS += -lQtCommercialChart
}
}
} else {
LIBS +=-lQtCommercialChartd
}