message( "Configuring with QtCommercialChart addon..." ) INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart CONFIG(debug, debug|release) { LIBS += -lQtCommercialChartd } else { LIBS += -lQtCommercialChart }