blob: d172d5266f9698ceeb1298d9e3da3ebb6f22394d (
plain)
1
2
3
4
5
6
7
8
9
10
|
TEMPLATE = app
TARGET = statistics
CONFIG += qt warn_on release
DEPENDPATH = ../../include
REQUIRES = table full-config
HEADERS = statistics.h
SOURCES = statistics.cpp main.cpp
|