##// END OF EJS Templates
Added size hint for the widget
Added size hint for the widget

File last commit:

r18:ff85d1e7d272
r29:1f6ecd9d10e9
Show More
charts.prf
10 lines | 180 B | application/pics-rules | TextLexer
message( "Configuring with qchart addon..." )
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts
CONFIG(debug, debug|release) {
LIBS += -lQChartd
} else {
LIBS += -lQChart
}