message( "Configuring with qchart addon..." ) INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts CONFIG(debug, debug|release) { LIBS += -lQChartd } else { LIBS += -lQChart }