##// END OF EJS Templates
Remove click exploding and hover highlighting from pie series API. User should always implement their own.
Remove click exploding and hover highlighting from pie series API. User should always implement their own.

File last commit:

r252:43766a725919
r436:b334955b5e36
Show More
example.pri
15 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 !")
}
DESTDIR = $$CHART_BUILD_BIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
TEMPLATE = app
QT += core gui