##// END OF EJS Templates
Fix chartthemes demo. Pie chart is reserving too much space because labels are going offscreen.
Fix chartthemes demo. Pie chart is reserving too much space because labels are going offscreen.

File last commit:

r252:43766a725919
r704:f36c47a5e137
Show More
test.pri
19 lines | 475 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
CONFIG += qtestlib
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
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")