!include( ../tests.pri ):error( "Couldn't find the demos.pri file!" ) include(charts/charts.pri) TARGET = chartviewer QT += opengl INCLUDEPATH += . SOURCES += main.cpp window.cpp view.cpp grid.cpp HEADERS += window.h view.h charts.h model.h grid.h