##// END OF EJS Templates
Tuning zoom example (key zooming was removed from QChartView)
Tuning zoom example (key zooming was removed from QChartView)

File last commit:

r960:d781c0caabdc
r966:69613711a0c3
Show More
test.pri
14 lines | 393 B | text/plain | TextLexer
!include( ../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
TEMPLATE = app
DESTDIR = $$CHART_BUILD_BIN_DIR/test
OBJECTS_DIR = $$CHART_BUILD_DIR/test/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/test/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/test/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/test/$$TARGET