File: chartviewer.pro

package info (click to toggle)
qtcharts-opensource-src 5.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,372 kB
  • sloc: cpp: 65,445; ansic: 218; makefile: 26
file content (9 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
!include( ../../tests.pri ) {
    error( "Couldn't find the test.pri file!" )
}
include(charts/charts.pri)
TARGET = chartviewer
INCLUDEPATH += .
SOURCES += main.cpp window.cpp view.cpp grid.cpp
HEADERS += window.h view.h charts.h model.h grid.h