##// END OF EJS Templates
Adding series destruction tests for bar & pie...
Adding series destruction tests for bar & pie Bar is not passing at the moment.

File last commit:

r1767:f9aa9409f462
r1768:c46eb44b5ea1
Show More
qtcommercialchart.prf
19 lines | 299 B | application/pics-rules | TextLexer
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release){
mac:{
LIBS += -lQtCommercialChart_debug
}
win32:{
LIBS += -lQtCommercialChartd
}
unix:{
LIBS += -lQtCommercialChart
}
} else {
LIBS +=-lQtCommercialChart
}