qtcharts/tests/manual/chartviewer/chartviewer.pro

11 lines
260 B
Prolog
Raw Normal View History

!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
2012-07-30 13:55:33 +00:00
include(charts/charts.pri)
2012-07-26 13:05:54 +00:00
TARGET = chartviewer
QT += opengl
2012-07-30 16:01:47 +00:00
INCLUDEPATH += .
SOURCES += main.cpp window.cpp view.cpp grid.cpp
HEADERS += window.h view.h charts.h model.h grid.h
2012-07-30 13:55:33 +00:00