summaryrefslogtreecommitdiffstats
path: root/tests/chartviewer/chartviewer.pro
blob: 3ab604c800356df8d344aec3cb3443e232fbfea2 (plain)
1
2
3
4
5
6
7
8
!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