summaryrefslogtreecommitdiffstats
path: root/tests/chartviewer/chartviewer.pro
blob: c306252a96cc1f236421bc36d9ce41cd45f39a56 (plain)
1
2
3
4
5
6
7
8
!include( ../tests.pri ):error( "Couldn't find the tests.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