File: boxplottester.pro

package info (click to toggle)
qtcharts-opensource-src 5.15.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,144 kB
  • sloc: cpp: 66,614; ansic: 221; makefile: 23
file content (18 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!include( ../../tests.pri ) {
    error( "Couldn't find the test.pri file!" )
}

TEMPLATE = app

QT += charts
QT += core gui widgets

SOURCES += main.cpp \
    mainwidget.cpp \
    customtablemodel.cpp \
    pentool.cpp

HEADERS += \
    mainwidget.h \
    customtablemodel.h \
    pentool.h