QT += core gui charts widgets

TARGET = barcharttester
TEMPLATE = app

SOURCES += main.cpp\
           chart-widget.cpp

HEADERS  += chart-widget.h
