|
!include( ../../tests.pri ) {
|
|
error( "Couldn't find the test.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
|
|
|